Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit 2a078a2

Browse files
committed
fix #30: use brew bundle under the make brew
1 parent 6b287ab commit 2a078a2

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

tools/Brewfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
brew "protobuf"

tools/Brewfile.lock.json

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"entries": {
3+
"brew": {
4+
"protobuf": {
5+
"version": "3.10.0",
6+
"bottle": {
7+
"cellar": ":any",
8+
"prefix": "/usr/local",
9+
"files": {
10+
"catalina": {
11+
"url": "https://homebrew.bintray.com/bottles/protobuf-3.10.0.catalina.bottle.tar.gz",
12+
"sha256": "7e1a09099cc918a87e5b8b8aa8720b5398ae140ca2cb49203afb9a12f873feb9"
13+
},
14+
"mojave": {
15+
"url": "https://homebrew.bintray.com/bottles/protobuf-3.10.0.mojave.bottle.tar.gz",
16+
"sha256": "b13a84b99a3c1655b6c0b1dacd7290b22ef8eb6ad321e5ce29372d4718e736be"
17+
},
18+
"high_sierra": {
19+
"url": "https://homebrew.bintray.com/bottles/protobuf-3.10.0.high_sierra.bottle.tar.gz",
20+
"sha256": "0795805e92c9a9166de9be8529910e6783cf5300ca03783313a3c15ae243232a"
21+
}
22+
}
23+
}
24+
}
25+
}
26+
},
27+
"system": {
28+
"macos": {
29+
"catalina": {
30+
"HOMEBREW_VERSION": "2.1.16",
31+
"HOMEBREW_PREFIX": "/usr/local",
32+
"Homebrew/homebrew-core": "a25b95559c376671a0379610ae18e8578c534799",
33+
"CLT": "1100.0.33.12",
34+
"Xcode": "11.0",
35+
"macOS": "10.15.1"
36+
}
37+
}
38+
}
39+
}

tools/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
.PHONY: brew
2626
brew:
27-
@brew list protobuf &>/dev/null || brew install protobuf
27+
@brew bundle
2828

2929
.PHONY: deps
3030
deps:

0 commit comments

Comments
 (0)