Skip to content

Commit a3f5d04

Browse files
authored
Merge pull request Homebrew#230398 from Homebrew/bump-recc-1.3.25
recc 1.3.25
2 parents 87e7629 + 8f91d92 commit a3f5d04

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/r/recc.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Recc < Formula
22
desc "Remote Execution Caching Compiler"
33
homepage "https://buildgrid.gitlab.io/recc"
4-
url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.24/buildbox-1.3.24.tar.gz"
5-
sha256 "39bbc1f8948aad53f1c71828275f23349e215b2ae5d37c05ccc0f832c95ee86b"
4+
url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.25/buildbox-1.3.25.tar.gz"
5+
sha256 "3ddf4f56380621537adff96635c43c4ff461ab012a94b244c5e17bc5982ecc53"
66
license "Apache-2.0"
77
head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master"
88

99
bottle do
10-
sha256 arm64_sequoia: "8f2bf4db9c180641adbb680c23c836f55133e0c77a74abf83e3870f582d81b2f"
11-
sha256 arm64_sonoma: "5947a8b28da46d23d70c01901a30900b64eaab8ab483f7d06a58cef1667de43a"
12-
sha256 sonoma: "67ea3e7fcd38f9dacf546bd1762c3b0181dd3a8b8a0f3721e563c58327e8bf3b"
13-
sha256 arm64_linux: "ce98669e1f9000517262b54cd9f51e717f023aedb0b542f9d476ad347d615c87"
14-
sha256 x86_64_linux: "c968b2888803039570b9c58c6b5caf31982251585787900e9bc4e77722714dce"
10+
sha256 arm64_sequoia: "704368a27396bbb95393046d0301e257361be2f8dc99ad789a179d076a3d0035"
11+
sha256 arm64_sonoma: "d1190fefb0bc0f043731328609fa623c28ebc1ebee73cb1488fb0844afcee724"
12+
sha256 sonoma: "2c414f40a2a78af316e905cf69f73de0f01ab5140db5a2ce9ffbb21b2c643db9"
13+
sha256 arm64_linux: "3ba7a40612ae944502bae16837faa5af01f371381531af1c725fa656cd66d240"
14+
sha256 x86_64_linux: "eaa96a99c5a3659790942091f8a8e4711412d0c2e7fc6c1baab5c2dbca62c27f"
1515
end
1616

1717
depends_on "cmake" => :build

0 commit comments

Comments
 (0)