Skip to content

Commit fe109ea

Browse files
authored
Merge pull request #229386 from Homebrew/bump-recc-1.3.23
recc 1.3.23
2 parents fe7d34a + b8a11e5 commit fe109ea

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Formula/r/recc.rb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
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.22/buildbox-1.3.22.tar.gz"
5-
sha256 "e8d194422175d69691905801cde22fa172ef2e224ddcf1152a0f15f8a542e650"
4+
url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.23/buildbox-1.3.23.tar.gz"
5+
sha256 "ef61a7fd2934dbd8bb88639cea0623441456a8a19c752f38abb837450e0d7f9a"
66
license "Apache-2.0"
77
head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master"
88

99
bottle do
10-
sha256 arm64_sequoia: "72cabba1cc9ca88b915f39ac9019bf2bff7f0ee8508da80bfda9156acd6f3258"
11-
sha256 arm64_sonoma: "1a6050613ace7cb8b58326485900bdf22aa66bfb63736821ea9abc9112757620"
12-
sha256 sonoma: "5d8207d21111bd1974803afe40ff7652a22c5bc029a1b5a9b4067302bf4c5e49"
13-
sha256 arm64_linux: "f47ae35ce1321679b2e54a7eaf77456a9f2402e0379be18832dc951838ec85da"
14-
sha256 x86_64_linux: "0d05ffcb5528c27f76b8ad991d52266d82351390853dde6a452a170e85fa1b2c"
10+
sha256 arm64_sequoia: "a40fd354f850bd08c452863212dd26a8a0f6ac6df4b6bb7abd03a7889e0a10f5"
11+
sha256 arm64_sonoma: "82c1392c14133fe1df3af1fbd9e140cf2fe51de8573df62006fa7941ea2526c4"
12+
sha256 sonoma: "140878ebed778459506f678387eebe217b3875528fb9eba19165ab393d357279"
13+
sha256 arm64_linux: "4c325c77f53f9400c0840bc748288253b7b76357997ff04b4624e452cdab444c"
14+
sha256 x86_64_linux: "c380f9342d06446a8a81cf0e1b5b6b2fe7b8dd36351b972fa5063f6ee653eb35"
1515
end
1616

1717
depends_on "cmake" => :build
1818
depends_on "gettext" => :build # for envsubst
19+
depends_on "nlohmann-json" => :build
1920
depends_on "pkgconf" => :build
2021
depends_on "tomlplusplus" => :build
2122
depends_on "abseil"

0 commit comments

Comments
 (0)