Skip to content

Commit c9b2b7f

Browse files
authored
Merge pull request #225102 from Homebrew/bump-recc-1.3.19
recc 1.3.19
2 parents ca09a4c + 8e6adb4 commit c9b2b7f

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.17/buildbox-1.3.17.tar.gz"
5-
sha256 "45e1a8cda8a3a06901562817520fbbbb8ed9eaa591db91f38559ba56563d1aaa"
4+
url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.19/buildbox-1.3.19.tar.gz"
5+
sha256 "a17a859952158ff266b6b236041be2691dd37c903083aef7109c21c6b34def8d"
66
license "Apache-2.0"
77
head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master"
88

99
bottle do
10-
sha256 arm64_sequoia: "26963e03172faee84468e17684b23102d6e6c9e3029f2d703a76176e6012123b"
11-
sha256 arm64_sonoma: "ed4a02f870548f9c2e5a192aeb767b35517a579173ec523eb43d01f6dde1d35a"
12-
sha256 sonoma: "4aefd4858c876d046a3cee0861990d5807080885b2919798b581bcc3438c2c15"
13-
sha256 arm64_linux: "92dd7b2c1e07fce9cd6837fb1d2b45767a934b1284c4569121fcf3f954a62aad"
14-
sha256 x86_64_linux: "bd54d3b628d4b4568da3687ef5966204595b29844f6efc4845472b2518388da7"
10+
sha256 arm64_sequoia: "1c2b74e7daac38dbffae1e9f74408e6979d75070a5e1055681b586549c2d9ee6"
11+
sha256 arm64_sonoma: "22bf7760db108939e2228c441b203996a9df510971c721c4e8c4f40977d23129"
12+
sha256 sonoma: "0489ad804b6008597ac77adbeb3cca0378923448f157325260caf42afd9f62b4"
13+
sha256 arm64_linux: "df0a38a8084f2da61ef6e2c9efa8d95d69134b3d00575bd5473f0c81b4534ff7"
14+
sha256 x86_64_linux: "8fe9437f27344b8b54084962a1d0e3cc8cce6e7f18c9f3233b7e3c23a3e3bb79"
1515
end
1616

1717
depends_on "cmake" => :build

0 commit comments

Comments
 (0)