Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 962bb76

Browse files
committed
Add Brewfile.lock.json file
1 parent 5f57067 commit 962bb76

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

Brewfile.lock.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22
"entries": {
33
"brew": {
44
"graphviz": {
5-
"version": "2.47.0",
5+
"version": "2.47.1",
66
"bottle": {
77
"rebuild": 0,
8-
"cellar": "/usr/local/Cellar",
9-
"prefix": "/usr/local",
10-
"root_url": "https://homebrew.bintray.com/bottles",
8+
"root_url": "https://ghcr.io/v2/homebrew/core",
119
"files": {
1210
"arm64_big_sur": {
13-
"url": "https://homebrew.bintray.com/bottles/graphviz-2.47.0.arm64_big_sur.bottle.tar.gz",
14-
"sha256": "e4263e38be3d51648bffba45b0572dafd16254ce27fc3d1b13c555dff1110d5a"
11+
"cellar": "/opt/homebrew/Cellar",
12+
"url": "https://ghcr.io/v2/homebrew/core/graphviz/blobs/sha256:d9830966d41ef07d40f0a269597051dc3bd317f1f834f8eebf220d7fee6e06cb",
13+
"sha256": "d9830966d41ef07d40f0a269597051dc3bd317f1f834f8eebf220d7fee6e06cb"
1514
},
1615
"big_sur": {
17-
"url": "https://homebrew.bintray.com/bottles/graphviz-2.47.0.big_sur.bottle.tar.gz",
18-
"sha256": "7972126b79753efa1f0c3519d6a063079cb1ff02c69759864a865e4ae6b4f193"
16+
"cellar": "/usr/local/Cellar",
17+
"url": "https://ghcr.io/v2/homebrew/core/graphviz/blobs/sha256:41c4fe36cca429a201173d6f282bbc3e12ac9ae397736da75f2beb5c4c0d2e33",
18+
"sha256": "41c4fe36cca429a201173d6f282bbc3e12ac9ae397736da75f2beb5c4c0d2e33"
1919
},
2020
"catalina": {
21-
"url": "https://homebrew.bintray.com/bottles/graphviz-2.47.0.catalina.bottle.tar.gz",
22-
"sha256": "e5d3b7b652e5cf828c0a2afc2fadb31090f3d7f10389766857404b4359b695e3"
21+
"cellar": "/usr/local/Cellar",
22+
"url": "https://ghcr.io/v2/homebrew/core/graphviz/blobs/sha256:4010170a67db373c8aaf6d2d4cc4767ed74963fbedf33641e672414f49af6a9b",
23+
"sha256": "4010170a67db373c8aaf6d2d4cc4767ed74963fbedf33641e672414f49af6a9b"
2324
},
2425
"mojave": {
25-
"url": "https://homebrew.bintray.com/bottles/graphviz-2.47.0.mojave.bottle.tar.gz",
26-
"sha256": "d045a9a68315b4e3fa61c7a0a813da345be8197892d070162d909f4985ff3bd7"
26+
"cellar": "/usr/local/Cellar",
27+
"url": "https://ghcr.io/v2/homebrew/core/graphviz/blobs/sha256:a6dfb7964c7776134a100467120aa190fe45415b53a704b2a372d0b82e1d2bc6",
28+
"sha256": "a6dfb7964c7776134a100467120aa190fe45415b53a704b2a372d0b82e1d2bc6"
2729
}
2830
}
2931
}
@@ -66,6 +68,14 @@
6668
"CLT": "12.4.0.0.1.1610135815",
6769
"Xcode": "12.4",
6870
"macOS": "10.15.7"
71+
},
72+
"big_sur": {
73+
"HOMEBREW_VERSION": "3.1.3",
74+
"HOMEBREW_PREFIX": "/usr/local",
75+
"Homebrew/homebrew-core": "f668b627f8d03499447661e6f87c7c15bb597ab8",
76+
"CLT": "12.4.0.0.1.1610135815",
77+
"Xcode": "12.5",
78+
"macOS": "11.2.3"
6979
}
7080
}
7181
}

0 commit comments

Comments
 (0)