-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile.lock.json
65 lines (65 loc) · 2.17 KB
/
Brewfile.lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"entries": {
"brew": {
"swiftlint": {
"version": "0.39.1",
"bottle": {
"cellar": ":any_skip_relocation",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.39.1.catalina.bottle.tar.gz",
"sha256": "5c51f9a46a0ab28229460afd1037825bf1bef6b577113303057602487a898553"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.39.1.mojave.bottle.tar.gz",
"sha256": "408d3baeeb687da9cb753abf154835d71672eb29f1288538e5fa576f6d8880d1"
}
}
}
},
"swiftformat": {
"version": "0.44.6",
"bottle": {
"cellar": ":any_skip_relocation",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.44.6.catalina.bottle.tar.gz",
"sha256": "64097d967738decbd341baa3d17017028aaf65adcf4fce3cbf8ea166c9bff241"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.44.6.mojave.bottle.tar.gz",
"sha256": "96f820d08a8f0b9e1bd986abf792730ffa4365af822621d11780dae555d5fe76"
},
"high_sierra": {
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.44.6.high_sierra.bottle.tar.gz",
"sha256": "df268070fc2ce986e6a33fcef5ecccb6aa14dff2e48f9723568ee2f43fe16efc"
}
}
}
},
"nshipster/formulae/gyb": null
}
},
"system": {
"macos": {
"catalina": {
"HOMEBREW_VERSION": "2.2.11",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "d1d9b296f14cbf7fcb1bdd98186014ed22da8e96",
"CLT": "",
"Xcode": "11.4",
"macOS": "10.15.3"
},
"mojave": {
"HOMEBREW_VERSION": "2.2.11",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "2a9d6ccdb63478c23c5c5a08cbe3f69e9659c2d5",
"CLT": "10.3.0.0.1.1562985497",
"Xcode": "11.3.1",
"macOS": "10.14.6"
}
}
}
}