File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11class 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
@@ -16,6 +16,7 @@ class Recc < Formula
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"
You can’t perform that action at this time.
0 commit comments