We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ad4ca commit f91f722Copy full SHA for f91f722
Formula/r/recc.rb
@@ -1,10 +1,9 @@
1
class Recc < Formula
2
desc "Remote Execution Caching Compiler"
3
homepage "https://buildgrid.gitlab.io/recc"
4
- url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.41/buildbox-1.3.41.tar.gz"
5
- sha256 "2c4491df5e90e2405442c381e1fa293caaf3bbf2f4ca1a0b36959e26679ddb1d"
+ url "https://gitlab.com/BuildGrid/buildbox/buildbox/-/archive/1.3.42/buildbox-1.3.42.tar.gz"
+ sha256 "23eb5041bea63a86143c7ec8c8a48b45533f2553973303e270d24fc9adb49539"
6
license "Apache-2.0"
7
- revision 2
8
head "https://gitlab.com/BuildGrid/buildbox/buildbox.git", branch: "master"
9
10
bottle do
0 commit comments