This repository was archived by the owner on May 11, 2022. It is now read-only.
File tree 3 files changed +41
-1
lines changed
3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
1
+ brew "protobuf"
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 24
24
25
25
.PHONY : brew
26
26
brew :
27
- @brew list protobuf & > /dev/null || brew install protobuf
27
+ @brew bundle
28
28
29
29
.PHONY : deps
30
30
deps :
You can’t perform that action at this time.
0 commit comments