Skip to content

Commit 2b8b748

Browse files
committed
Merge branch 'master' of github.com:Homebrew/homebrew-core into bump-luanti-5.12.0
2 parents 6826809 + 95619c3 commit 2b8b748

File tree

9 files changed

+121
-57
lines changed

9 files changed

+121
-57
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,6 +3108,7 @@ remarshal
31083108
remind
31093109
render
31103110
renovate
3111+
reorder-python-imports
31113112
replxx
31123113
repo
31133114
repomix

Formula/a/alejandra.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class Alejandra < Formula
1212
sha256 cellar: :any_skip_relocation, arm64_ventura: "d220e43933b6412b9b2c55193af67aa046a935f282f7bb2bcbe73ce0987561fe"
1313
sha256 cellar: :any_skip_relocation, sonoma: "82324a20fbc443a94c675997c412c0394d9dc511f7bb72e9b36e1861deeee324"
1414
sha256 cellar: :any_skip_relocation, ventura: "bbdac460582dfb76e32ca4976eae2ca4a58ab2ce5aa54091136040d9634b9af8"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "cc7e20816b52cb47ab33221af91747fdf9e537a7b4bc252ed3aab37602cd4e65"
1516
sha256 cellar: :any_skip_relocation, x86_64_linux: "34b9aa4a4f9d81bec8bd22b0f2199000be9469a732f3c140f5fabd7a4e766c04"
1617
end
1718

Formula/a/aws-c-mqtt.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class AwsCMqtt < Formula
22
desc "C99 implementation of the MQTT 3.1.1 specification"
33
homepage "https://github.com/awslabs/aws-c-mqtt"
4-
url "https://github.com/awslabs/aws-c-mqtt/archive/refs/tags/v0.13.0.tar.gz"
5-
sha256 "8aa9e5b8f90a6aecdb85e83786b3543afa2a414738049447fd3ba5d1afef519b"
4+
url "https://github.com/awslabs/aws-c-mqtt/archive/refs/tags/v0.13.1.tar.gz"
5+
sha256 "c54d02c1e46f55bae8d5e6f9c4b0d78d84c1c9d9ac16ba8d78c3361edcd8b5bb"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "67dd4fb63aaa44517a0cd5e239fd735812ab09b611a12ab7346278ea578615a6"
10-
sha256 cellar: :any, arm64_sonoma: "d7bfff91cb2a3462dd93531265b2e7a95119cd5f623db95e6942ca16a85c89cd"
11-
sha256 cellar: :any, arm64_ventura: "6525b026355512b3fe07e8c46cffa03c2d06c00cd228446a288398f750028119"
12-
sha256 cellar: :any, sonoma: "aa0e9510b7481c84a7d029a527e872accd48054962ce9a40e65dd4f5eb034fe0"
13-
sha256 cellar: :any, ventura: "7adc49880f296aadde444b76aece62e0b2889b2db932e3102f8ae65d43d0b06c"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "7d6446660156fede7509431a1d735df39f870f4a79251a727dd263e807f69567"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7288c750bf652b87b4a78638fa09835ff355dd40e053b4216b08a5445dc202cd"
9+
sha256 cellar: :any, arm64_sequoia: "2c9a40bcf191ecc15b602df13e0aedc2a238f25b8b4124c58daa23258f7f4377"
10+
sha256 cellar: :any, arm64_sonoma: "60ec9b96e20bd1bc87ec5855ab86e001c22c68f8b8db2d4e1e27aefb4fb00ac0"
11+
sha256 cellar: :any, arm64_ventura: "01549a46706b48cc6b6c3cad711167afa3c11cfdd5a5b675fe2601a515222bd7"
12+
sha256 cellar: :any, sonoma: "3cb326fb51b7f58d482b449eaa5aa4b48c785e883524e6b625e1b05bc8e0bbc9"
13+
sha256 cellar: :any, ventura: "b654bc8709c63ed39da7add79eebc672288ff2f1d8b7fc55425c2a7b647c98aa"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "3fec288790bff6b75e15f61d28dc2767cdd027709bc06e1093e1b4a5e38713ad"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f8b230de45d27c392d155e925bd4e09a443fcd783c347e15de13db7e43d1a53"
1616
end
1717

1818
depends_on "cmake" => :build

Formula/a/awscli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ class Awscli < Formula
33

44
desc "Official Amazon AWS command-line interface"
55
homepage "https://aws.amazon.com/cli/"
6-
url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.21.tar.gz"
7-
sha256 "3768556d300d3d145b67be7c51cc8c4ddd8b4b7eb2894a0363f0c2739d02eb1c"
6+
url "https://github.com/aws/aws-cli/archive/refs/tags/2.27.22.tar.gz"
7+
sha256 "ff044550d92d2984eeb76134d8a84183e16b2032f4f4cc4ceedb5c565910e5d6"
88
license "Apache-2.0"
99
head "https://github.com/aws/aws-cli.git", branch: "v2"
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_sequoia: "85e16814042531161f8dbca0e0f7f2e1f7d247f20b991e442c7f034a64f788d6"
13-
sha256 cellar: :any, arm64_sonoma: "ce09d7f8480d0674326906195ba97b01412c3079a4810712e5242075a01f6ba1"
14-
sha256 cellar: :any, arm64_ventura: "aca11dc0acc5ff6c999f0c31b07ca3e99c8186d4a51834cfc4933e3c1750afd1"
15-
sha256 cellar: :any, sonoma: "c5d6a3baa90fe637195ddee2315ed6254d2afd4e00fd03cd41737dd721f0676b"
16-
sha256 cellar: :any, ventura: "f859429b9f5da9a05e21ea664d8e5483f4c4e5d4a7c6a7f487b63212b090cacd"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "665376debe4eb25030f8c3c5ad7bcf10efbec2c05426dcc99b788e6617701e6b"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "394d263fb34122d5fb5558ae30c9bbdcac62c74e696478761a4b1bd1bb4b7782"
12+
sha256 cellar: :any, arm64_sequoia: "5b9ff00e4a8f50f268ef6bb512434592eddd1495f8a4b7200c833880fad1e0a7"
13+
sha256 cellar: :any, arm64_sonoma: "0d7994b8713001019099978543c6727ca1d9513825b9d19a980c5721acc8a4d5"
14+
sha256 cellar: :any, arm64_ventura: "f53449522bbaf007e5588e46e29fff26a38841b01679497f4e376789455af71a"
15+
sha256 cellar: :any, sonoma: "67a868842dbcb20796f519534d640c89c0608288e97c229ea76f8bed770c6b57"
16+
sha256 cellar: :any, ventura: "7d6ea4828edb785b82ea07da602af51868843edb41f3aaab96ee10e2a60f12a9"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "48654af8ebf2fd9f8735e65466174be4befe07c8b0eadc7e8cf8190775c86634"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d98666f454737e78500fb5ded26414631e64a18f2b3f7721444f989040454258"
1919
end
2020

2121
depends_on "cmake" => :build

Formula/k/keeper-commander.rb

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ class KeeperCommander < Formula
33

44
desc "Command-line and SDK interface to Keeper Password Manager"
55
homepage "https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview"
6-
url "https://files.pythonhosted.org/packages/e5/e4/85cfd10a406cb0aa8f8ae65dad14f28e7308745e1d0d0ffb3a2c61e86a2c/keepercommander-17.0.20.tar.gz"
7-
sha256 "47d7d6706601c2ef75d7a597a6eefd1dc91e0f75abbd54128ba61f4f4922b677"
6+
url "https://files.pythonhosted.org/packages/3d/87/6112cafb63ed4b5af5de82fe3128ac9635ce7ea776e9172780311593d67e/keepercommander-17.0.21.tar.gz"
7+
sha256 "c3ff9b85674aa11c8221b67bc17d8d392599495fea72bf6cd25af6c9b9db0419"
88
license "MIT"
99
head "https://github.com/Keeper-Security/Commander.git", branch: "master"
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_sequoia: "916bef4da17e0c8674ec8f77190a9dcc00bc4ece0f402b1da5848de9dc1e785d"
13-
sha256 cellar: :any, arm64_sonoma: "b3c08a558c5e1e58d28d0425b4727e7c2749a1615a1fe2deed6ef8ae439e7abf"
14-
sha256 cellar: :any, arm64_ventura: "1b7b400c700ad2b52e06ee0b07630552a9df5305c8e6b565d989878611b10a9f"
15-
sha256 cellar: :any, sonoma: "acba1564cd9eaded765c048a07937b5354c4f33e8dc738499dbe27d926a5e32c"
16-
sha256 cellar: :any, ventura: "440c0d727ffcdfac2db68fb763188e6d903b947de26c6aed7676db69f573326a"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "df75a82ea3e32f9febd2583546c7f43f47fd78277050b9738ca78b60482e7bc1"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ae9b789d9f3b0a02197414d95c1a2c284c57d1cf01316a52603f6c017009cd5"
12+
sha256 cellar: :any, arm64_sequoia: "e0cb0404423b17c39c01964c6b4091cedbc67fd4b74394e7c3d44a643f0eb23c"
13+
sha256 cellar: :any, arm64_sonoma: "97cb26ee3bab90691070c6c063994cd531e296083bf00e9a61724e4c24b58ff9"
14+
sha256 cellar: :any, arm64_ventura: "662002d91c5fb5e8e1b6c50acb89b5126aa39a9ed1b2e8e46f677e8ea7b7ae8c"
15+
sha256 cellar: :any, sonoma: "c188cad6b6fa92434005c81a57fcd338cb7fbc6c77376548f1edb90849dc2eed"
16+
sha256 cellar: :any, ventura: "8df64105cc0daa4e532a7fcd59e9aa40cd8572a65c1f2ed1addd1b90090312f8"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "e750ffb04c2f6dfaa4227bd2f4a3bec023a70e36ecd8030841baa7596fb4d25e"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad3eeca578bf6703287ef22ebbd7f486078391a2299512326f7687ecfb1f6e0"
1919
end
2020

2121
depends_on "pkgconf" => :build
@@ -75,15 +75,20 @@ class KeeperCommander < Formula
7575
end
7676

7777
resource "click" do
78-
url "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz"
79-
sha256 "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d"
78+
url "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz"
79+
sha256 "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"
8080
end
8181

8282
resource "colorama" do
8383
url "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz"
8484
sha256 "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"
8585
end
8686

87+
resource "defusedxml" do
88+
url "https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz"
89+
sha256 "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"
90+
end
91+
8792
resource "deprecated" do
8893
url "https://files.pythonhosted.org/packages/98/97/06afe62762c9a8a86af0cfb7bfdab22a43ad17138b07af5b1a58442690a2/deprecated-1.2.18.tar.gz"
8994
sha256 "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d"
@@ -95,8 +100,8 @@ class KeeperCommander < Formula
95100
end
96101

97102
resource "fido2" do
98-
url "https://files.pythonhosted.org/packages/eb/cc/4529123364d41f342145f2fd775307eaed817cd22810895dea10e15a4d06/fido2-1.2.0.tar.gz"
99-
sha256 "e39f95920122d64283fda5e5581d95a206e704fa42846bfa4662f86aa0d3333b"
103+
url "https://files.pythonhosted.org/packages/8d/b9/6ec8d8ec5715efc6ae39e8694bd48d57c189906f0628558f56688d0447b2/fido2-2.0.0.tar.gz"
104+
sha256 "3061cd05e73b3a0ef6afc3b803d57c826aa2d6a9732d16abd7277361f58e7964"
100105
end
101106

102107
resource "flask" do
@@ -109,6 +114,16 @@ class KeeperCommander < Formula
109114
sha256 "f9e3e3d0c4acd0d1ffbfa729e17198dd1042f4d23c130ae160044fc930e21300"
110115
end
111116

117+
resource "fonttools" do
118+
url "https://files.pythonhosted.org/packages/9a/cf/4d037663e2a1fe30fddb655d755d76e18624be44ad467c07412c2319ab97/fonttools-4.58.0.tar.gz"
119+
sha256 "27423d0606a2c7b336913254bf0b1193ebd471d5f725d665e875c5e88a011a43"
120+
end
121+
122+
resource "fpdf2" do
123+
url "https://files.pythonhosted.org/packages/ea/a2/6464c0406365d50bcf000a72c6ede7b6633f08ad8bccdc1553265bb15ccf/fpdf2-2.8.3.tar.gz"
124+
sha256 "494dc0bd935271c9ce16fb3a47c98b6f59b8d160cd519c2d3a7ed243c3852456"
125+
end
126+
112127
resource "google-crc32c" do
113128
url "https://files.pythonhosted.org/packages/19/ae/87802e6d9f9d69adfaedfcfd599266bf386a54d0be058b532d04c794f76d/google_crc32c-1.7.1.tar.gz"
114129
sha256 "2bff2305f98846f3e825dbeec9ee406f89da7962accdb29356e4eadc251bd472"
@@ -174,6 +189,11 @@ class KeeperCommander < Formula
174189
sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
175190
end
176191

192+
resource "pillow" do
193+
url "https://files.pythonhosted.org/packages/af/cb/bb5c01fcd2a69335b86c22142b2bccfc3464087efb7fd382eee5ffc7fdf7/pillow-11.2.1.tar.gz"
194+
sha256 "a64dd61998416367b7ef979b73d3a85853ba9bec4c2925f74e588879a58716b6"
195+
end
196+
177197
resource "prompt-toolkit" do
178198
url "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz"
179199
sha256 "931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed"
@@ -195,8 +215,8 @@ class KeeperCommander < Formula
195215
end
196216

197217
resource "pydantic" do
198-
url "https://files.pythonhosted.org/packages/77/ab/5250d56ad03884ab5efd07f734203943c8a8ab40d551e208af81d0257bf2/pydantic-2.11.4.tar.gz"
199-
sha256 "32738d19d63a226a52eed76645a98ee07c1f410ee41d93b4afbfa85ed8111c2d"
218+
url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz"
219+
sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a"
200220
end
201221

202222
resource "pydantic-core" do
@@ -270,8 +290,8 @@ class KeeperCommander < Formula
270290
end
271291

272292
resource "typing-inspection" do
273-
url "https://files.pythonhosted.org/packages/82/5c/e6082df02e215b846b4b8c0b887a64d7d08ffaba30605502639d44c06b82/typing_inspection-0.4.0.tar.gz"
274-
sha256 "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122"
293+
url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz"
294+
sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28"
275295
end
276296

277297
resource "urllib3" do

Formula/r/reorder-python-imports.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ class ReorderPythonImports < Formula
33

44
desc "Rewrites source to reorder python imports"
55
homepage "https://github.com/asottile/reorder-python-imports"
6-
url "https://files.pythonhosted.org/packages/ee/f3/b49e0e59cfd7c7580e20148d6dd8e39563918f4147e9a8de15d6529133a6/reorder_python_imports-3.14.0.tar.gz"
7-
sha256 "5fc3aea31cdd9dcf9de381c79bf14a03c1e3f792450e35b48325c56599b9e039"
6+
url "https://files.pythonhosted.org/packages/74/37/3bbc2ca9e90dcc4d22b210cc1cb9f8871696d62641f539b9ed043999118b/reorder_python_imports-3.15.0.tar.gz"
7+
sha256 "c9a5d6027213a0b76ba42f13d16224de98cfe100b9f959e617c5a1576360fb90"
88
license "MIT"
99
head "https://github.com/asottile/reorder-python-imports.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "996295cdcb8ea1816cdfc2c4154773b5a06f44d94d2ac20c11475ec39fb22b08"
12+
sha256 cellar: :any_skip_relocation, all: "60a5c4874fe039ea50a85d1cb5ca3eb465220be116ebb63de2d0025874961d53"
1313
end
1414

1515
depends_on "[email protected]"

Formula/r/rna-star.rb

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
class RnaStar < Formula
2+
desc "RNA-seq aligner"
3+
homepage "https://github.com/alexdobin/STAR"
4+
url "https://github.com/alexdobin/STAR/archive/refs/tags/2.7.11b.tar.gz"
5+
version "2.7.11b"
6+
sha256 "3f65305e4112bd154c7e22b333dcdaafc681f4a895048fa30fa7ae56cac408e7"
7+
license all_of: ["MIT", "BSD-2-Clause"]
8+
9+
bottle do
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "df53db303004a937634a3eaa227119f92eac00286bc80df0558dd1db1e5bb314"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c12dcd41638c9578c39ee0ecb0ec33996ee390690eb95d68b49f56f0f129c608"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "eef8d5c492f1e608a796350bd6a1fd0acfd46487c18ce901aeaf7aae8d570607"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b53c13aeff5e16110831413444b3bea8e6bdecbf068950a7431d8e8744f8583b"
14+
sha256 cellar: :any_skip_relocation, ventura: "bf2216ad5cce311a52543ea4e1921a203ca6c1f03ed99057f977d804ed8326c5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8766e41ed4f092c6fc9715603a34309012200a8db2cb2cd0bdea1c40534f64d6"
16+
end
17+
18+
uses_from_macos "vim" => :build # needed for xxd
19+
uses_from_macos "zlib"
20+
21+
on_macos do
22+
depends_on "libomp"
23+
end
24+
25+
def install
26+
args = ["CXXFLAGS_SIMD="]
27+
args << "CXXFLAGSextra=-D'COMPILE_FOR_MAC'" if OS.mac?
28+
29+
cd "source" do
30+
system "make", "STAR", *args
31+
bin.install "STAR"
32+
end
33+
end
34+
35+
test do
36+
(testpath/"test.fasta").write <<~EOS
37+
>U00096.2:1-70
38+
AGCTTTTCATTCTGACTGCAACGGGCAATATGTCTCTGTGTGGATTAAAAAAAGAGTGTCTGATAGCAGC
39+
EOS
40+
out = shell_output("#{bin}/STAR --runMode genomeGenerate --genomeFastaFiles test.fasta --genomeSAindexNbases 2")
41+
assert_match "finished successfully", out
42+
end
43+
end

Formula/s/srgn.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Srgn < Formula
22
desc "Code surgeon for precise text and code transplantation"
33
homepage "https://github.com/alexpovel/srgn"
4-
url "https://github.com/alexpovel/srgn/archive/refs/tags/srgn-v0.13.6.tar.gz"
5-
sha256 "7786ef149d990cd70c5df541e066aeb79aff7d7fa60e4c59e92ccebf8e606b5b"
4+
url "https://github.com/alexpovel/srgn/archive/refs/tags/srgn-v0.13.7.tar.gz"
5+
sha256 "324e31e732646bcc0344ce0ecc684f0d852ee1ce370dae162a9b9544432c133a"
66
license "MIT"
77
head "https://github.com/alexpovel/srgn.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aee23758b050640fcd4a4aaf2497f46e3bd8810bac75c6045f07eec8c3ba242e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ecb27613159d40d6e53ae40dd2d6a3ac1cfd9df1d1da21c799af35802246b81"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9a5ab99bcbea2c4a1aaa3bc35653938fb62815f7cb2ac4a269c7a19531819e41"
13-
sha256 cellar: :any_skip_relocation, sonoma: "6372bbaab4b1b8f8456c2fb23c217a57ca16ab40f8f45a0bcff64c4ec9c68391"
14-
sha256 cellar: :any_skip_relocation, ventura: "66199b4bf91c3c3b690595ade9d5917cf5fc7e739520a812fbe950538d9c98d7"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "d569e847346a9666f183b143d24cb9724eb8aeb6bed381fc0b12c188971c86e3"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "17c815e9b6270bbfb47dfe758a644eb66784898cacb0074441295421914cf1e6"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "757bce0062da09576f735d0355461050cf686deff60af030bf9e5e45f19dcbee"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ffc0e826cdef2bb8c93ce0a2ababf9eccc7444861e17ff6ba7dbf549505c3c7"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "bbb71cd4e333a322e98b206c2d82846b05f26e1fdefda5bfb24b7c299d8a67f8"
13+
sha256 cellar: :any_skip_relocation, sonoma: "af3b185c308534c5ecabfc6affd67a622bf95bdc9f8eb805a2420a0c010c9039"
14+
sha256 cellar: :any_skip_relocation, ventura: "478896e4b048e539911f1b8c1439e7d2b86cff906fc59a834e86cb7f6f744668"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "574a9af2b871bddf3e5c1ff5f3a1ba10158a79ae936d24065912589c910c438c"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "415af58ce82dbbc7f728656bb41fbd74b7b9d78eb9d7bf68ef30843b0f789489"
1717
end
1818

1919
depends_on "rust" => :build

Formula/z/zig.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
class Zig < Formula
22
desc "Programming language designed for robustness, optimality, and clarity"
33
homepage "https://ziglang.org/"
4-
url "https://ziglang.org/download/0.14.0/zig-0.14.0.tar.xz"
5-
sha256 "c76638c03eb204c4432ae092f6fa07c208567e110fbd4d862d131a7332584046"
4+
url "https://ziglang.org/download/0.14.1/zig-0.14.1.tar.xz"
5+
sha256 "237f8abcc8c3fd68c70c66cdbf63dce4fb5ad4a2e6225ac925e3d5b4c388f203"
66
license "MIT"
7-
revision 2
87

98
livecheck do
109
url "https://ziglang.org/download/"
1110
regex(/href=.*?zig[._-]v?(\d+(?:\.\d+)+)\.t/i)
1211
end
1312

1413
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "1d93ca443ee4c104e52050f662d67cce83ef90359d3af0002aacfa5c6147cb6b"
16-
sha256 cellar: :any, arm64_sonoma: "6c478a26658e289eb7bd6a8c258f8594c505c4fd4252d4e5ab714d3d784d23b7"
17-
sha256 cellar: :any, arm64_ventura: "ddc4ff42466317700fe5f8dfef706360c74af312be9fdfa33d3f5f177aad3aa9"
18-
sha256 cellar: :any, sonoma: "1098717b274fb85082e1321f27b2577695e4c1a244bea6adb7725dfe3d21729a"
19-
sha256 cellar: :any, ventura: "b80b9097427d531a0e926bdb885beafff09a4a71132e5f0cda160660b2bd3e73"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "d0527803175f3ffe9f5cf9eeba79e6e339f972c13704b4db6ebae12b01bdd7fc"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "73e30b0d64e6df8d6584b78d6e41110e06f05108988d5f2db49469dcb55614e3"
14+
sha256 cellar: :any, arm64_sequoia: "3fffc57a94634f42df4156f3d1c4c2377e3c84772c5b49b95c0fecdc54dea092"
15+
sha256 cellar: :any, arm64_sonoma: "4ef618c7685f323025c86403c58e3bae87c7ad47871f709eb935de8798581c6f"
16+
sha256 cellar: :any, arm64_ventura: "8edc35ba83083e73684c765e06e996a13ee59233c49e091c6495c9c604e29ef6"
17+
sha256 cellar: :any, sonoma: "d72ea1ebdae41308ce7145ebe3319736509d25b600683309ec890ac0edfff6ef"
18+
sha256 cellar: :any, ventura: "324fbfd949a1648b6abda1ac560d53dc707aedb613570260281581e804564a69"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "6ff8fc4310dff376fb6c02827f01dce82e0468223ea56996c026795aeba85ec1"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "422b4295434e2c8b052379581e8fbcad8b650591e58cdf17fa3df4f7721b1663"
2221
end
2322

2423
depends_on "cmake" => :build

0 commit comments

Comments
 (0)