tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
brew bundle for homebrew deps
seth.computer
3 years ago
4e47ada4
3e17e6f1
+2219
-103
8 changed files
expand all
collapse all
unified
split
Brewfile
Brewfile.lock.json
Makefile
playbooks
roles
misc
tasks
main.yml
programs
tasks
main.yml
vscode
tasks
main.yml
zsh
tasks
main.yml
zsh
zshenv
+78
Brewfile
···
1
1
+
tap "cjbassi/ytop"
2
2
+
tap "filosottile/musl-cross"
3
3
+
tap "github/gh"
4
4
+
tap "hashicorp/tap"
5
5
+
tap "heroku/brew"
6
6
+
tap "homebrew/bundle"
7
7
+
tap "homebrew/cask"
8
8
+
tap "homebrew/cask-fonts"
9
9
+
tap "homebrew/core"
10
10
+
tap "homebrew/services"
11
11
+
tap "superfly/tap"
12
12
+
brew "ansible"
13
13
+
brew "awscli"
14
14
+
brew "awsume"
15
15
+
brew "bat"
16
16
+
brew "libssh2"
17
17
+
brew "curl"
18
18
+
brew "direnv"
19
19
+
brew "eksctl"
20
20
+
brew "fd"
21
21
+
brew "ffmpeg"
22
22
+
brew "fzf"
23
23
+
brew "gh"
24
24
+
brew "git"
25
25
+
brew "git-delta"
26
26
+
brew "go"
27
27
+
brew "helm"
28
28
+
brew "httpie"
29
29
+
brew "hugo"
30
30
+
brew "jq"
31
31
+
brew "k9s"
32
32
+
brew "kind"
33
33
+
brew "kubernetes-cli"
34
34
+
brew "kustomize"
35
35
+
brew "lazydocker"
36
36
+
brew "lazygit"
37
37
+
brew "m-cli"
38
38
+
brew "neovim"
39
39
+
brew "nmap"
40
40
+
brew "oath-toolkit"
41
41
+
brew "openconnect"
42
42
+
brew "pandoc"
43
43
+
brew "postgresql"
44
44
+
brew "pyenv"
45
45
+
brew "python@3.9"
46
46
+
brew "rbenv"
47
47
+
brew "ripgrep"
48
48
+
brew "rustup-init"
49
49
+
brew "stern"
50
50
+
brew "tfenv"
51
51
+
brew "tflint"
52
52
+
brew "tilt"
53
53
+
brew "tmux"
54
54
+
brew "tree"
55
55
+
brew "unar"
56
56
+
brew "volta"
57
57
+
brew "watch"
58
58
+
brew "wget"
59
59
+
brew "yq"
60
60
+
brew "zola"
61
61
+
brew "zsh"
62
62
+
brew "cjbassi/ytop/ytop"
63
63
+
brew "filosottile/musl-cross/musl-cross"
64
64
+
brew "superfly/tap/flyctl"
65
65
+
cask "1password"
66
66
+
cask "1password-cli"
67
67
+
cask "alacritty"
68
68
+
cask "font-iosevka-nerd-font"
69
69
+
cask "obsidian"
70
70
+
cask "font-iosevka-nerd-font"
71
71
+
cask "ngrok"
72
72
+
cask "google-cloud-sdk"
73
73
+
cask "rectangle"
74
74
+
cask "slack"
75
75
+
cask "discord"
76
76
+
cask "spotify"
77
77
+
cask "visual-studio-code"
78
78
+
cask "zoom"
+2125
Brewfile.lock.json
···
1
1
+
{
2
2
+
"entries": {
3
3
+
"tap": {
4
4
+
"cjbassi/ytop": {
5
5
+
"revision": "a52210876484e02c3770be6e63fafec523d1342d"
6
6
+
},
7
7
+
"filosottile/musl-cross": {
8
8
+
"revision": "848a9830562fa5b1e449f1d903d40b711a63a3b2"
9
9
+
},
10
10
+
"github/gh": {
11
11
+
"revision": "209f59cda890de69b74c224982591642c21323d3"
12
12
+
},
13
13
+
"hashicorp/tap": {
14
14
+
"revision": "4bdb6b532da121ee373a8536870978953967dbb6"
15
15
+
},
16
16
+
"heroku/brew": {
17
17
+
"revision": "84a12f2774fa0bcafef32c2936bee15a4fd4a13b"
18
18
+
},
19
19
+
"homebrew/bundle": {
20
20
+
"revision": "c708889972447bef612a75cba1f76aa07b753259"
21
21
+
},
22
22
+
"homebrew/cask": {
23
23
+
"revision": "72ff6b2f14ed582b75f1825f10a5e08b72adf5f8"
24
24
+
},
25
25
+
"homebrew/cask-fonts": {
26
26
+
"revision": "67adcb77145e2be706a4aa6ab425a35666dc4aed"
27
27
+
},
28
28
+
"homebrew/core": {
29
29
+
"revision": "4ab1fb477d3e9f22cc5f3f8f560c7ea832639992"
30
30
+
},
31
31
+
"homebrew/services": {
32
32
+
"revision": "cf6ecbf582820fdc63475da68ff78695782657c2"
33
33
+
},
34
34
+
"superfly/tap": {
35
35
+
"revision": "8fbd51ee14026aaad9c29d109ea917e95db80cc4"
36
36
+
}
37
37
+
},
38
38
+
"brew": {
39
39
+
"ansible": {
40
40
+
"version": "6.2.0",
41
41
+
"bottle": {
42
42
+
"rebuild": 0,
43
43
+
"root_url": "https://ghcr.io/v2/homebrew/core",
44
44
+
"files": {
45
45
+
"arm64_monterey": {
46
46
+
"cellar": ":any",
47
47
+
"url": "https://ghcr.io/v2/homebrew/core/ansible/blobs/sha256:2d87741807637cb6802282ee6607d73f7bc05f97cd0850d2b3d025ccc1451f9b",
48
48
+
"sha256": "2d87741807637cb6802282ee6607d73f7bc05f97cd0850d2b3d025ccc1451f9b"
49
49
+
},
50
50
+
"arm64_big_sur": {
51
51
+
"cellar": ":any",
52
52
+
"url": "https://ghcr.io/v2/homebrew/core/ansible/blobs/sha256:beec320861f6828a4c7ba38f4822c9267fe705f3ffcc6d6130bd1990afdb5600",
53
53
+
"sha256": "beec320861f6828a4c7ba38f4822c9267fe705f3ffcc6d6130bd1990afdb5600"
54
54
+
},
55
55
+
"monterey": {
56
56
+
"cellar": ":any",
57
57
+
"url": "https://ghcr.io/v2/homebrew/core/ansible/blobs/sha256:f0dd5d04a2d1dcd8db71a93dceea491a4d618a8b489dd3077f7656bf892d00b7",
58
58
+
"sha256": "f0dd5d04a2d1dcd8db71a93dceea491a4d618a8b489dd3077f7656bf892d00b7"
59
59
+
},
60
60
+
"big_sur": {
61
61
+
"cellar": ":any",
62
62
+
"url": "https://ghcr.io/v2/homebrew/core/ansible/blobs/sha256:a208e5ad9e6e3d3469468a3bb3034d94618ea1f97ed0c0d761010cb71ad4af61",
63
63
+
"sha256": "a208e5ad9e6e3d3469468a3bb3034d94618ea1f97ed0c0d761010cb71ad4af61"
64
64
+
},
65
65
+
"catalina": {
66
66
+
"cellar": ":any",
67
67
+
"url": "https://ghcr.io/v2/homebrew/core/ansible/blobs/sha256:17f730ad06c3525e628819c9e71dff3423abef2f0decf87ca563e1242816e4b7",
68
68
+
"sha256": "17f730ad06c3525e628819c9e71dff3423abef2f0decf87ca563e1242816e4b7"
69
69
+
},
70
70
+
"x86_64_linux": {
71
71
+
"cellar": ":any_skip_relocation",
72
72
+
"url": "https://ghcr.io/v2/homebrew/core/ansible/blobs/sha256:4b728ae1d09d208246147a8aab0e631edc15d58fd39742c668e920048da41034",
73
73
+
"sha256": "4b728ae1d09d208246147a8aab0e631edc15d58fd39742c668e920048da41034"
74
74
+
}
75
75
+
}
76
76
+
}
77
77
+
},
78
78
+
"awscli": {
79
79
+
"version": "2.7.23",
80
80
+
"bottle": {
81
81
+
"rebuild": 0,
82
82
+
"root_url": "https://ghcr.io/v2/homebrew/core",
83
83
+
"files": {
84
84
+
"arm64_monterey": {
85
85
+
"cellar": ":any",
86
86
+
"url": "https://ghcr.io/v2/homebrew/core/awscli/blobs/sha256:e38d3ab06e029833362f67eaed2c71db6f61580bde621896377396f9a17c1cb4",
87
87
+
"sha256": "e38d3ab06e029833362f67eaed2c71db6f61580bde621896377396f9a17c1cb4"
88
88
+
},
89
89
+
"arm64_big_sur": {
90
90
+
"cellar": ":any",
91
91
+
"url": "https://ghcr.io/v2/homebrew/core/awscli/blobs/sha256:77dcb5eb1af1fe9e3d214ec9d409dffaca0d5fd55835c732b65c54ecfdfb5b3a",
92
92
+
"sha256": "77dcb5eb1af1fe9e3d214ec9d409dffaca0d5fd55835c732b65c54ecfdfb5b3a"
93
93
+
},
94
94
+
"monterey": {
95
95
+
"cellar": ":any",
96
96
+
"url": "https://ghcr.io/v2/homebrew/core/awscli/blobs/sha256:e85810796a4fb1a86de7968166b5f82facb4a395dd9aa50017a05bf6adb6cdc0",
97
97
+
"sha256": "e85810796a4fb1a86de7968166b5f82facb4a395dd9aa50017a05bf6adb6cdc0"
98
98
+
},
99
99
+
"big_sur": {
100
100
+
"cellar": ":any",
101
101
+
"url": "https://ghcr.io/v2/homebrew/core/awscli/blobs/sha256:ee8edfd3686429e94193de7f9687de124311225235603fbd34235b77d4f698ac",
102
102
+
"sha256": "ee8edfd3686429e94193de7f9687de124311225235603fbd34235b77d4f698ac"
103
103
+
},
104
104
+
"catalina": {
105
105
+
"cellar": ":any",
106
106
+
"url": "https://ghcr.io/v2/homebrew/core/awscli/blobs/sha256:1d190dec2a7dbd1cfe77094c9fff986374b0bb83c56b57f2fa66c7da2bbe2697",
107
107
+
"sha256": "1d190dec2a7dbd1cfe77094c9fff986374b0bb83c56b57f2fa66c7da2bbe2697"
108
108
+
},
109
109
+
"x86_64_linux": {
110
110
+
"cellar": ":any_skip_relocation",
111
111
+
"url": "https://ghcr.io/v2/homebrew/core/awscli/blobs/sha256:7b72c24b64b7444d1e9005514fac96c5d86c0c71522b56b87f248b397d1fad7f",
112
112
+
"sha256": "7b72c24b64b7444d1e9005514fac96c5d86c0c71522b56b87f248b397d1fad7f"
113
113
+
}
114
114
+
}
115
115
+
}
116
116
+
},
117
117
+
"awsume": {
118
118
+
"version": "4.5.3_1",
119
119
+
"bottle": {
120
120
+
"rebuild": 0,
121
121
+
"root_url": "https://ghcr.io/v2/homebrew/core",
122
122
+
"files": {
123
123
+
"arm64_monterey": {
124
124
+
"cellar": ":any_skip_relocation",
125
125
+
"url": "https://ghcr.io/v2/homebrew/core/awsume/blobs/sha256:a204015b6e5ae6bc3e41b266a0115d2fe90babcac7e3278fb52c69b13509201d",
126
126
+
"sha256": "a204015b6e5ae6bc3e41b266a0115d2fe90babcac7e3278fb52c69b13509201d"
127
127
+
},
128
128
+
"arm64_big_sur": {
129
129
+
"cellar": ":any_skip_relocation",
130
130
+
"url": "https://ghcr.io/v2/homebrew/core/awsume/blobs/sha256:210b9496cf1db0eb9aee0d7635ea84f68595148a3debf35bda8c7ca53c0f2809",
131
131
+
"sha256": "210b9496cf1db0eb9aee0d7635ea84f68595148a3debf35bda8c7ca53c0f2809"
132
132
+
},
133
133
+
"monterey": {
134
134
+
"cellar": ":any_skip_relocation",
135
135
+
"url": "https://ghcr.io/v2/homebrew/core/awsume/blobs/sha256:ceaf3add5b3ff118eccd6b923342e91b113aa9aa89e1bc3c46c33017561a1268",
136
136
+
"sha256": "ceaf3add5b3ff118eccd6b923342e91b113aa9aa89e1bc3c46c33017561a1268"
137
137
+
},
138
138
+
"big_sur": {
139
139
+
"cellar": ":any_skip_relocation",
140
140
+
"url": "https://ghcr.io/v2/homebrew/core/awsume/blobs/sha256:5eb13db692e829105df6d6a3eed791e592161e888b8e0c03fd58e994db59f78a",
141
141
+
"sha256": "5eb13db692e829105df6d6a3eed791e592161e888b8e0c03fd58e994db59f78a"
142
142
+
},
143
143
+
"catalina": {
144
144
+
"cellar": ":any_skip_relocation",
145
145
+
"url": "https://ghcr.io/v2/homebrew/core/awsume/blobs/sha256:f80c5c9be67fe1e07c3402f29c1ca9abe25c52a4d7224327300f59b299e87dcf",
146
146
+
"sha256": "f80c5c9be67fe1e07c3402f29c1ca9abe25c52a4d7224327300f59b299e87dcf"
147
147
+
},
148
148
+
"mojave": {
149
149
+
"cellar": ":any_skip_relocation",
150
150
+
"url": "https://ghcr.io/v2/homebrew/core/awsume/blobs/sha256:9dbe4b489474f9f08896f373c64e5ce1629395aa359715b382a1d376604d6888",
151
151
+
"sha256": "9dbe4b489474f9f08896f373c64e5ce1629395aa359715b382a1d376604d6888"
152
152
+
},
153
153
+
"x86_64_linux": {
154
154
+
"cellar": ":any_skip_relocation",
155
155
+
"url": "https://ghcr.io/v2/homebrew/core/awsume/blobs/sha256:80d000d19330123c831170857288a486d1687befcb0016b8d2dda72a35288997",
156
156
+
"sha256": "80d000d19330123c831170857288a486d1687befcb0016b8d2dda72a35288997"
157
157
+
}
158
158
+
}
159
159
+
}
160
160
+
},
161
161
+
"bat": {
162
162
+
"version": "0.21.0",
163
163
+
"bottle": {
164
164
+
"rebuild": 0,
165
165
+
"root_url": "https://ghcr.io/v2/homebrew/core",
166
166
+
"files": {
167
167
+
"arm64_monterey": {
168
168
+
"cellar": ":any_skip_relocation",
169
169
+
"url": "https://ghcr.io/v2/homebrew/core/bat/blobs/sha256:c2e582eafc63d7242af612bb069f3686ece8828c239232ceb15fa91b374930f9",
170
170
+
"sha256": "c2e582eafc63d7242af612bb069f3686ece8828c239232ceb15fa91b374930f9"
171
171
+
},
172
172
+
"arm64_big_sur": {
173
173
+
"cellar": ":any_skip_relocation",
174
174
+
"url": "https://ghcr.io/v2/homebrew/core/bat/blobs/sha256:9a8a80443ce88c0aee5f734a2c59707c5de6713e88d7054d7791c10130beec0f",
175
175
+
"sha256": "9a8a80443ce88c0aee5f734a2c59707c5de6713e88d7054d7791c10130beec0f"
176
176
+
},
177
177
+
"monterey": {
178
178
+
"cellar": ":any_skip_relocation",
179
179
+
"url": "https://ghcr.io/v2/homebrew/core/bat/blobs/sha256:c7e28f20c861c79ad3d696f597af3bf153a4eccad92968c1b0cbd96edaa83ed5",
180
180
+
"sha256": "c7e28f20c861c79ad3d696f597af3bf153a4eccad92968c1b0cbd96edaa83ed5"
181
181
+
},
182
182
+
"big_sur": {
183
183
+
"cellar": ":any_skip_relocation",
184
184
+
"url": "https://ghcr.io/v2/homebrew/core/bat/blobs/sha256:54b82450955087f9029f74a1d816cc8e099357f926fffd4f9e867e15949be2cc",
185
185
+
"sha256": "54b82450955087f9029f74a1d816cc8e099357f926fffd4f9e867e15949be2cc"
186
186
+
},
187
187
+
"catalina": {
188
188
+
"cellar": ":any_skip_relocation",
189
189
+
"url": "https://ghcr.io/v2/homebrew/core/bat/blobs/sha256:74e48f3a0081f5fe07b7eef3c9f9a4efffbc58e1b682530ad3f4a33a5717e4fd",
190
190
+
"sha256": "74e48f3a0081f5fe07b7eef3c9f9a4efffbc58e1b682530ad3f4a33a5717e4fd"
191
191
+
},
192
192
+
"x86_64_linux": {
193
193
+
"cellar": ":any_skip_relocation",
194
194
+
"url": "https://ghcr.io/v2/homebrew/core/bat/blobs/sha256:ca0aafc35b964b69f3497cacc5612fe606c5a0205d0b887ff7ddd94b1ca62fea",
195
195
+
"sha256": "ca0aafc35b964b69f3497cacc5612fe606c5a0205d0b887ff7ddd94b1ca62fea"
196
196
+
}
197
197
+
}
198
198
+
}
199
199
+
},
200
200
+
"libssh2": {
201
201
+
"version": "1.10.0",
202
202
+
"bottle": {
203
203
+
"rebuild": 0,
204
204
+
"root_url": "https://ghcr.io/v2/homebrew/core",
205
205
+
"files": {
206
206
+
"arm64_monterey": {
207
207
+
"cellar": ":any",
208
208
+
"url": "https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:f9dab718cfa591fa90dc716a337e4c2c1da2db651b669565c3cc08e6a6074f28",
209
209
+
"sha256": "f9dab718cfa591fa90dc716a337e4c2c1da2db651b669565c3cc08e6a6074f28"
210
210
+
},
211
211
+
"arm64_big_sur": {
212
212
+
"cellar": ":any",
213
213
+
"url": "https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:db07a7c502116b5a80ae01e82e7f5c54633a8ac7343d369af25af6cc2c7e5bbb",
214
214
+
"sha256": "db07a7c502116b5a80ae01e82e7f5c54633a8ac7343d369af25af6cc2c7e5bbb"
215
215
+
},
216
216
+
"monterey": {
217
217
+
"cellar": ":any",
218
218
+
"url": "https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:97126a03685c5538a9ddc95f1cae7f5b4ff9e7e7aba7fd8ebda0e2b48e76575a",
219
219
+
"sha256": "97126a03685c5538a9ddc95f1cae7f5b4ff9e7e7aba7fd8ebda0e2b48e76575a"
220
220
+
},
221
221
+
"big_sur": {
222
222
+
"cellar": ":any",
223
223
+
"url": "https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:56dd017876fd446d7283c7db7a6a0729eeebd34016094fdbf9f46b6711c0e26d",
224
224
+
"sha256": "56dd017876fd446d7283c7db7a6a0729eeebd34016094fdbf9f46b6711c0e26d"
225
225
+
},
226
226
+
"catalina": {
227
227
+
"cellar": ":any",
228
228
+
"url": "https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:5b30fe11d2ced21be876b56787e5d6900cb991fdd7e6ad3a6058401aa59ee9d7",
229
229
+
"sha256": "5b30fe11d2ced21be876b56787e5d6900cb991fdd7e6ad3a6058401aa59ee9d7"
230
230
+
},
231
231
+
"mojave": {
232
232
+
"cellar": ":any",
233
233
+
"url": "https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:70c0928f2cb9034ad07c6242517ebc0e4cfb92b1ab74518f7b510a2ac36e81fe",
234
234
+
"sha256": "70c0928f2cb9034ad07c6242517ebc0e4cfb92b1ab74518f7b510a2ac36e81fe"
235
235
+
},
236
236
+
"x86_64_linux": {
237
237
+
"cellar": ":any_skip_relocation",
238
238
+
"url": "https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:2ff0fe65fb281d51dab44a53b15ef40ebeebf09a7f4d28e86dfc0cc18e49bbc1",
239
239
+
"sha256": "2ff0fe65fb281d51dab44a53b15ef40ebeebf09a7f4d28e86dfc0cc18e49bbc1"
240
240
+
}
241
241
+
}
242
242
+
}
243
243
+
},
244
244
+
"curl": {
245
245
+
"version": "7.84.0",
246
246
+
"bottle": {
247
247
+
"rebuild": 0,
248
248
+
"root_url": "https://ghcr.io/v2/homebrew/core",
249
249
+
"files": {
250
250
+
"arm64_monterey": {
251
251
+
"cellar": ":any",
252
252
+
"url": "https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:00b2bfb12b8fd68992872941d19f8c38971cfb7f6c34fe72ebb014b8110ebc07",
253
253
+
"sha256": "00b2bfb12b8fd68992872941d19f8c38971cfb7f6c34fe72ebb014b8110ebc07"
254
254
+
},
255
255
+
"arm64_big_sur": {
256
256
+
"cellar": ":any",
257
257
+
"url": "https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:bfe2e627bbc57300b521aa008baeedf3da854dbc9189232839786102c0666bc2",
258
258
+
"sha256": "bfe2e627bbc57300b521aa008baeedf3da854dbc9189232839786102c0666bc2"
259
259
+
},
260
260
+
"monterey": {
261
261
+
"cellar": ":any",
262
262
+
"url": "https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:17fc00c4141f772fd4d3bf8b11a699a92e2c333ab1b5af881f747c95ed7a566d",
263
263
+
"sha256": "17fc00c4141f772fd4d3bf8b11a699a92e2c333ab1b5af881f747c95ed7a566d"
264
264
+
},
265
265
+
"big_sur": {
266
266
+
"cellar": ":any",
267
267
+
"url": "https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:dfa8a24a169a856879e531fc70b91d05b31e0e330134dd92c82f0bffa77eb95f",
268
268
+
"sha256": "dfa8a24a169a856879e531fc70b91d05b31e0e330134dd92c82f0bffa77eb95f"
269
269
+
},
270
270
+
"catalina": {
271
271
+
"cellar": ":any",
272
272
+
"url": "https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:b014d8a1951cedb87b3d1887d0c9cebe932be7d30f5705ccdf00a2c2c5c2d682",
273
273
+
"sha256": "b014d8a1951cedb87b3d1887d0c9cebe932be7d30f5705ccdf00a2c2c5c2d682"
274
274
+
},
275
275
+
"x86_64_linux": {
276
276
+
"cellar": ":any_skip_relocation",
277
277
+
"url": "https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:7a61990df5672904e6f5ce492e5466dfc4a0ee1e3115a19b26625354c0fbe117",
278
278
+
"sha256": "7a61990df5672904e6f5ce492e5466dfc4a0ee1e3115a19b26625354c0fbe117"
279
279
+
}
280
280
+
}
281
281
+
}
282
282
+
},
283
283
+
"direnv": {
284
284
+
"version": "2.32.1",
285
285
+
"bottle": {
286
286
+
"rebuild": 0,
287
287
+
"root_url": "https://ghcr.io/v2/homebrew/core",
288
288
+
"files": {
289
289
+
"arm64_monterey": {
290
290
+
"cellar": ":any_skip_relocation",
291
291
+
"url": "https://ghcr.io/v2/homebrew/core/direnv/blobs/sha256:567a8c1ca45ffae17d4901b0aa729be8866b6cb93ee8224da98cacf36f73ed69",
292
292
+
"sha256": "567a8c1ca45ffae17d4901b0aa729be8866b6cb93ee8224da98cacf36f73ed69"
293
293
+
},
294
294
+
"arm64_big_sur": {
295
295
+
"cellar": ":any_skip_relocation",
296
296
+
"url": "https://ghcr.io/v2/homebrew/core/direnv/blobs/sha256:b21230f43123e6b1a832f87d30f040d9f4684bb19f62f69f651bb24ae1cfaaab",
297
297
+
"sha256": "b21230f43123e6b1a832f87d30f040d9f4684bb19f62f69f651bb24ae1cfaaab"
298
298
+
},
299
299
+
"monterey": {
300
300
+
"cellar": ":any_skip_relocation",
301
301
+
"url": "https://ghcr.io/v2/homebrew/core/direnv/blobs/sha256:68f7b9093d44fdef4210ffeaa8f88e8fa27bef356b4c8b2d4fc7749aab1d2614",
302
302
+
"sha256": "68f7b9093d44fdef4210ffeaa8f88e8fa27bef356b4c8b2d4fc7749aab1d2614"
303
303
+
},
304
304
+
"big_sur": {
305
305
+
"cellar": ":any_skip_relocation",
306
306
+
"url": "https://ghcr.io/v2/homebrew/core/direnv/blobs/sha256:f5dc03f040b2638a14e30c9fdeaaed616084539c0360fc916b53c3c8206259c4",
307
307
+
"sha256": "f5dc03f040b2638a14e30c9fdeaaed616084539c0360fc916b53c3c8206259c4"
308
308
+
},
309
309
+
"catalina": {
310
310
+
"cellar": ":any_skip_relocation",
311
311
+
"url": "https://ghcr.io/v2/homebrew/core/direnv/blobs/sha256:2edc8e221d28db3da039490d4728d3c5ac7ce38d5274418b4d5f0ca31dfc0b28",
312
312
+
"sha256": "2edc8e221d28db3da039490d4728d3c5ac7ce38d5274418b4d5f0ca31dfc0b28"
313
313
+
},
314
314
+
"x86_64_linux": {
315
315
+
"cellar": ":any_skip_relocation",
316
316
+
"url": "https://ghcr.io/v2/homebrew/core/direnv/blobs/sha256:c0356bf7cc43d0a1eb7777e7ed390f47f9dd8fb51cc480c8fb87fcde5fba1b4a",
317
317
+
"sha256": "c0356bf7cc43d0a1eb7777e7ed390f47f9dd8fb51cc480c8fb87fcde5fba1b4a"
318
318
+
}
319
319
+
}
320
320
+
}
321
321
+
},
322
322
+
"eksctl": {
323
323
+
"version": "0.108.0",
324
324
+
"bottle": {
325
325
+
"rebuild": 0,
326
326
+
"root_url": "https://ghcr.io/v2/homebrew/core",
327
327
+
"files": {
328
328
+
"arm64_monterey": {
329
329
+
"cellar": ":any_skip_relocation",
330
330
+
"url": "https://ghcr.io/v2/homebrew/core/eksctl/blobs/sha256:ccc8a0eb02cf4e57e92f39c8bdfe763ee12ac83054f41e68dca432b861cdd9fa",
331
331
+
"sha256": "ccc8a0eb02cf4e57e92f39c8bdfe763ee12ac83054f41e68dca432b861cdd9fa"
332
332
+
},
333
333
+
"arm64_big_sur": {
334
334
+
"cellar": ":any_skip_relocation",
335
335
+
"url": "https://ghcr.io/v2/homebrew/core/eksctl/blobs/sha256:c6c701c8f7464837df347b3e9b50007d03b05d202fa08d7882203ed56aaabee2",
336
336
+
"sha256": "c6c701c8f7464837df347b3e9b50007d03b05d202fa08d7882203ed56aaabee2"
337
337
+
},
338
338
+
"monterey": {
339
339
+
"cellar": ":any_skip_relocation",
340
340
+
"url": "https://ghcr.io/v2/homebrew/core/eksctl/blobs/sha256:bb0a490e47052066cf077e283798ba981811442fa05faafec4b7c65b39e26e16",
341
341
+
"sha256": "bb0a490e47052066cf077e283798ba981811442fa05faafec4b7c65b39e26e16"
342
342
+
},
343
343
+
"big_sur": {
344
344
+
"cellar": ":any_skip_relocation",
345
345
+
"url": "https://ghcr.io/v2/homebrew/core/eksctl/blobs/sha256:753c90586892e3f0a383bc00f0b13279fa916828e140c4c57850b4cac05a51df",
346
346
+
"sha256": "753c90586892e3f0a383bc00f0b13279fa916828e140c4c57850b4cac05a51df"
347
347
+
},
348
348
+
"catalina": {
349
349
+
"cellar": ":any_skip_relocation",
350
350
+
"url": "https://ghcr.io/v2/homebrew/core/eksctl/blobs/sha256:0caefa4bd592730294d9903359c2a763ac4cad3d986d8e8018ee3914a5f310a9",
351
351
+
"sha256": "0caefa4bd592730294d9903359c2a763ac4cad3d986d8e8018ee3914a5f310a9"
352
352
+
},
353
353
+
"x86_64_linux": {
354
354
+
"cellar": ":any_skip_relocation",
355
355
+
"url": "https://ghcr.io/v2/homebrew/core/eksctl/blobs/sha256:eaca5bb95783d0f7af51b734ff3a6dc700139e96e3fef9db780bde50bb590d1d",
356
356
+
"sha256": "eaca5bb95783d0f7af51b734ff3a6dc700139e96e3fef9db780bde50bb590d1d"
357
357
+
}
358
358
+
}
359
359
+
}
360
360
+
},
361
361
+
"fd": {
362
362
+
"version": "8.4.0",
363
363
+
"bottle": {
364
364
+
"rebuild": 0,
365
365
+
"root_url": "https://ghcr.io/v2/homebrew/core",
366
366
+
"files": {
367
367
+
"arm64_monterey": {
368
368
+
"cellar": ":any_skip_relocation",
369
369
+
"url": "https://ghcr.io/v2/homebrew/core/fd/blobs/sha256:36b39bc7e13e611becfb81cc6ce843abd36fc678be07bcb4823664f1af4fa3e3",
370
370
+
"sha256": "36b39bc7e13e611becfb81cc6ce843abd36fc678be07bcb4823664f1af4fa3e3"
371
371
+
},
372
372
+
"arm64_big_sur": {
373
373
+
"cellar": ":any_skip_relocation",
374
374
+
"url": "https://ghcr.io/v2/homebrew/core/fd/blobs/sha256:63a7d40d5a608f9e48eddfc96db5ded5064b3545aa69763d40d940cd8339a2c3",
375
375
+
"sha256": "63a7d40d5a608f9e48eddfc96db5ded5064b3545aa69763d40d940cd8339a2c3"
376
376
+
},
377
377
+
"monterey": {
378
378
+
"cellar": ":any_skip_relocation",
379
379
+
"url": "https://ghcr.io/v2/homebrew/core/fd/blobs/sha256:7b041441406fa3756c85a1d071f1393637de64b4f368611f195cbb86346c96a6",
380
380
+
"sha256": "7b041441406fa3756c85a1d071f1393637de64b4f368611f195cbb86346c96a6"
381
381
+
},
382
382
+
"big_sur": {
383
383
+
"cellar": ":any_skip_relocation",
384
384
+
"url": "https://ghcr.io/v2/homebrew/core/fd/blobs/sha256:bfa44b52a5cc4ba4a7df0d2f90b3bd3ab47239c226af859b2af0b5cba2bb2900",
385
385
+
"sha256": "bfa44b52a5cc4ba4a7df0d2f90b3bd3ab47239c226af859b2af0b5cba2bb2900"
386
386
+
},
387
387
+
"catalina": {
388
388
+
"cellar": ":any_skip_relocation",
389
389
+
"url": "https://ghcr.io/v2/homebrew/core/fd/blobs/sha256:cf873adca8ee04602b8daba2ae7889ff4753b8d04b6d733faec2c4e14fb0bbe4",
390
390
+
"sha256": "cf873adca8ee04602b8daba2ae7889ff4753b8d04b6d733faec2c4e14fb0bbe4"
391
391
+
},
392
392
+
"x86_64_linux": {
393
393
+
"cellar": ":any_skip_relocation",
394
394
+
"url": "https://ghcr.io/v2/homebrew/core/fd/blobs/sha256:82c72a51adf671dec67e8906be0198303a5babb6a101949362ac3935e428f3a2",
395
395
+
"sha256": "82c72a51adf671dec67e8906be0198303a5babb6a101949362ac3935e428f3a2"
396
396
+
}
397
397
+
}
398
398
+
}
399
399
+
},
400
400
+
"ffmpeg": {
401
401
+
"version": "5.1",
402
402
+
"bottle": {
403
403
+
"rebuild": 0,
404
404
+
"root_url": "https://ghcr.io/v2/homebrew/core",
405
405
+
"files": {
406
406
+
"arm64_monterey": {
407
407
+
"cellar": "/opt/homebrew/Cellar",
408
408
+
"url": "https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:d53118e4fe9d577571267572b9e383cdf5a839bb9729fbaa660cb1c84f4ee972",
409
409
+
"sha256": "d53118e4fe9d577571267572b9e383cdf5a839bb9729fbaa660cb1c84f4ee972"
410
410
+
},
411
411
+
"arm64_big_sur": {
412
412
+
"cellar": "/opt/homebrew/Cellar",
413
413
+
"url": "https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:2dceaa058c49ac69c70aa31f19518d3031ef8025a10d5ee29372321a37faf6ed",
414
414
+
"sha256": "2dceaa058c49ac69c70aa31f19518d3031ef8025a10d5ee29372321a37faf6ed"
415
415
+
},
416
416
+
"monterey": {
417
417
+
"cellar": "/usr/local/Cellar",
418
418
+
"url": "https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:0248146170adb0890a1d9c131e942df5251049a46c9d8a2705712257b04df9e1",
419
419
+
"sha256": "0248146170adb0890a1d9c131e942df5251049a46c9d8a2705712257b04df9e1"
420
420
+
},
421
421
+
"big_sur": {
422
422
+
"cellar": "/usr/local/Cellar",
423
423
+
"url": "https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:75bf30d8436dc4469d4963126e1e765cb75257e9868f44f715a72b75785ee35e",
424
424
+
"sha256": "75bf30d8436dc4469d4963126e1e765cb75257e9868f44f715a72b75785ee35e"
425
425
+
},
426
426
+
"catalina": {
427
427
+
"cellar": "/usr/local/Cellar",
428
428
+
"url": "https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:563cfc90a7091053eff372a1504795a67c08af265ddc43b67f339b72eff3b42f",
429
429
+
"sha256": "563cfc90a7091053eff372a1504795a67c08af265ddc43b67f339b72eff3b42f"
430
430
+
},
431
431
+
"x86_64_linux": {
432
432
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
433
433
+
"url": "https://ghcr.io/v2/homebrew/core/ffmpeg/blobs/sha256:e0088387de558b90d7f9e4953238881b1269b2953b14209f6c2f18b467b108f3",
434
434
+
"sha256": "e0088387de558b90d7f9e4953238881b1269b2953b14209f6c2f18b467b108f3"
435
435
+
}
436
436
+
}
437
437
+
}
438
438
+
},
439
439
+
"fzf": {
440
440
+
"version": "0.32.1",
441
441
+
"bottle": {
442
442
+
"rebuild": 0,
443
443
+
"root_url": "https://ghcr.io/v2/homebrew/core",
444
444
+
"files": {
445
445
+
"arm64_monterey": {
446
446
+
"cellar": ":any_skip_relocation",
447
447
+
"url": "https://ghcr.io/v2/homebrew/core/fzf/blobs/sha256:475d6e470c916d77c2e41d5a6684e2d8152b541a992eeb9b7a979a28d71b86c4",
448
448
+
"sha256": "475d6e470c916d77c2e41d5a6684e2d8152b541a992eeb9b7a979a28d71b86c4"
449
449
+
},
450
450
+
"arm64_big_sur": {
451
451
+
"cellar": ":any_skip_relocation",
452
452
+
"url": "https://ghcr.io/v2/homebrew/core/fzf/blobs/sha256:475d6e470c916d77c2e41d5a6684e2d8152b541a992eeb9b7a979a28d71b86c4",
453
453
+
"sha256": "475d6e470c916d77c2e41d5a6684e2d8152b541a992eeb9b7a979a28d71b86c4"
454
454
+
},
455
455
+
"monterey": {
456
456
+
"cellar": ":any_skip_relocation",
457
457
+
"url": "https://ghcr.io/v2/homebrew/core/fzf/blobs/sha256:1159c0ae09118f29f568c854a654ac6004456bf747c19a7df8062ed4a41229e7",
458
458
+
"sha256": "1159c0ae09118f29f568c854a654ac6004456bf747c19a7df8062ed4a41229e7"
459
459
+
},
460
460
+
"big_sur": {
461
461
+
"cellar": ":any_skip_relocation",
462
462
+
"url": "https://ghcr.io/v2/homebrew/core/fzf/blobs/sha256:1159c0ae09118f29f568c854a654ac6004456bf747c19a7df8062ed4a41229e7",
463
463
+
"sha256": "1159c0ae09118f29f568c854a654ac6004456bf747c19a7df8062ed4a41229e7"
464
464
+
},
465
465
+
"catalina": {
466
466
+
"cellar": ":any_skip_relocation",
467
467
+
"url": "https://ghcr.io/v2/homebrew/core/fzf/blobs/sha256:1159c0ae09118f29f568c854a654ac6004456bf747c19a7df8062ed4a41229e7",
468
468
+
"sha256": "1159c0ae09118f29f568c854a654ac6004456bf747c19a7df8062ed4a41229e7"
469
469
+
},
470
470
+
"x86_64_linux": {
471
471
+
"cellar": ":any_skip_relocation",
472
472
+
"url": "https://ghcr.io/v2/homebrew/core/fzf/blobs/sha256:4c8ae9c530d8f4e44061f13886be6249b0a2b4bbb399ebab12b126ba4a76e3c0",
473
473
+
"sha256": "4c8ae9c530d8f4e44061f13886be6249b0a2b4bbb399ebab12b126ba4a76e3c0"
474
474
+
}
475
475
+
}
476
476
+
}
477
477
+
},
478
478
+
"gh": {
479
479
+
"version": "2.14.4",
480
480
+
"bottle": {
481
481
+
"rebuild": 0,
482
482
+
"root_url": "https://ghcr.io/v2/homebrew/core",
483
483
+
"files": {
484
484
+
"arm64_monterey": {
485
485
+
"cellar": ":any_skip_relocation",
486
486
+
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:a58908d4c96a8133d785b39fb81d0279c3575d311a39485590bcee6535c5334d",
487
487
+
"sha256": "a58908d4c96a8133d785b39fb81d0279c3575d311a39485590bcee6535c5334d"
488
488
+
},
489
489
+
"arm64_big_sur": {
490
490
+
"cellar": ":any_skip_relocation",
491
491
+
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:6fcfef6a72be19fd332777372747b451370707d8a52b2905503bdf61957d02eb",
492
492
+
"sha256": "6fcfef6a72be19fd332777372747b451370707d8a52b2905503bdf61957d02eb"
493
493
+
},
494
494
+
"monterey": {
495
495
+
"cellar": ":any_skip_relocation",
496
496
+
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:41d7e6721726f83c944859ac684b4f6b1f1fe0de20fa8485ffd6fcd56556b8b3",
497
497
+
"sha256": "41d7e6721726f83c944859ac684b4f6b1f1fe0de20fa8485ffd6fcd56556b8b3"
498
498
+
},
499
499
+
"big_sur": {
500
500
+
"cellar": ":any_skip_relocation",
501
501
+
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:e6b3b66960b5775645e254f016828376131447591656496e706c4e905b586281",
502
502
+
"sha256": "e6b3b66960b5775645e254f016828376131447591656496e706c4e905b586281"
503
503
+
},
504
504
+
"catalina": {
505
505
+
"cellar": ":any_skip_relocation",
506
506
+
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:0ba7cfe2a437fed202485049a030c5acf17be8ae4a7520c190b6449319529bda",
507
507
+
"sha256": "0ba7cfe2a437fed202485049a030c5acf17be8ae4a7520c190b6449319529bda"
508
508
+
},
509
509
+
"x86_64_linux": {
510
510
+
"cellar": ":any_skip_relocation",
511
511
+
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:47a5c3409e7df7d7a0eb32fe76ebccb8b128361e06f93f1f5b5796b58e84c985",
512
512
+
"sha256": "47a5c3409e7df7d7a0eb32fe76ebccb8b128361e06f93f1f5b5796b58e84c985"
513
513
+
}
514
514
+
}
515
515
+
}
516
516
+
},
517
517
+
"git": {
518
518
+
"version": "2.37.2",
519
519
+
"bottle": {
520
520
+
"rebuild": 0,
521
521
+
"root_url": "https://ghcr.io/v2/homebrew/core",
522
522
+
"files": {
523
523
+
"arm64_monterey": {
524
524
+
"cellar": "/opt/homebrew/Cellar",
525
525
+
"url": "https://ghcr.io/v2/homebrew/core/git/blobs/sha256:626f952d77c17bec5ce3e8de405e9ff23dd79695b65fcabce0b8843a9e493a29",
526
526
+
"sha256": "626f952d77c17bec5ce3e8de405e9ff23dd79695b65fcabce0b8843a9e493a29"
527
527
+
},
528
528
+
"arm64_big_sur": {
529
529
+
"cellar": "/opt/homebrew/Cellar",
530
530
+
"url": "https://ghcr.io/v2/homebrew/core/git/blobs/sha256:701fcd4d036735dda4d5bf1963adb809fddadb9e59cf833aee09bb0a4d15bd56",
531
531
+
"sha256": "701fcd4d036735dda4d5bf1963adb809fddadb9e59cf833aee09bb0a4d15bd56"
532
532
+
},
533
533
+
"monterey": {
534
534
+
"cellar": "/usr/local/Cellar",
535
535
+
"url": "https://ghcr.io/v2/homebrew/core/git/blobs/sha256:ce3061dcf134a71ba7dea703eab44a2481bb820daa297d48f9e3660f58168347",
536
536
+
"sha256": "ce3061dcf134a71ba7dea703eab44a2481bb820daa297d48f9e3660f58168347"
537
537
+
},
538
538
+
"big_sur": {
539
539
+
"cellar": "/usr/local/Cellar",
540
540
+
"url": "https://ghcr.io/v2/homebrew/core/git/blobs/sha256:35f1fa27307ecd221d2646f1652660a5fbc1446c9854d7e0550a930e767fb8bf",
541
541
+
"sha256": "35f1fa27307ecd221d2646f1652660a5fbc1446c9854d7e0550a930e767fb8bf"
542
542
+
},
543
543
+
"catalina": {
544
544
+
"cellar": "/usr/local/Cellar",
545
545
+
"url": "https://ghcr.io/v2/homebrew/core/git/blobs/sha256:b298a21602fe2b188fa2c9d929e61165568ab37de995088ebaa30abacaf05082",
546
546
+
"sha256": "b298a21602fe2b188fa2c9d929e61165568ab37de995088ebaa30abacaf05082"
547
547
+
},
548
548
+
"x86_64_linux": {
549
549
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
550
550
+
"url": "https://ghcr.io/v2/homebrew/core/git/blobs/sha256:a1ea06b515e5f47d0efa5f97b3e54e9ea8672adba61f8f2125d57e246d7276d9",
551
551
+
"sha256": "a1ea06b515e5f47d0efa5f97b3e54e9ea8672adba61f8f2125d57e246d7276d9"
552
552
+
}
553
553
+
}
554
554
+
}
555
555
+
},
556
556
+
"git-delta": {
557
557
+
"version": "0.13.0",
558
558
+
"bottle": {
559
559
+
"rebuild": 0,
560
560
+
"root_url": "https://ghcr.io/v2/homebrew/core",
561
561
+
"files": {
562
562
+
"arm64_monterey": {
563
563
+
"cellar": ":any_skip_relocation",
564
564
+
"url": "https://ghcr.io/v2/homebrew/core/git-delta/blobs/sha256:b871380c531484f3eb60c3f3965971d4e1974846e23ebbda2c4c4b4e6969c279",
565
565
+
"sha256": "b871380c531484f3eb60c3f3965971d4e1974846e23ebbda2c4c4b4e6969c279"
566
566
+
},
567
567
+
"arm64_big_sur": {
568
568
+
"cellar": ":any_skip_relocation",
569
569
+
"url": "https://ghcr.io/v2/homebrew/core/git-delta/blobs/sha256:8a37fd9b4838aa5f039aa9b92b70ed92ea7e2e3cde223c848f64b7fc4520378a",
570
570
+
"sha256": "8a37fd9b4838aa5f039aa9b92b70ed92ea7e2e3cde223c848f64b7fc4520378a"
571
571
+
},
572
572
+
"monterey": {
573
573
+
"cellar": ":any_skip_relocation",
574
574
+
"url": "https://ghcr.io/v2/homebrew/core/git-delta/blobs/sha256:4fa85062a8ec07516f772aefea1d0da0c70500b4992e86157e4daeac699db73b",
575
575
+
"sha256": "4fa85062a8ec07516f772aefea1d0da0c70500b4992e86157e4daeac699db73b"
576
576
+
},
577
577
+
"big_sur": {
578
578
+
"cellar": ":any_skip_relocation",
579
579
+
"url": "https://ghcr.io/v2/homebrew/core/git-delta/blobs/sha256:009656e3089eb400dbb964db081e169b172a9d3918cc3afdc5ca3715c0363c23",
580
580
+
"sha256": "009656e3089eb400dbb964db081e169b172a9d3918cc3afdc5ca3715c0363c23"
581
581
+
},
582
582
+
"catalina": {
583
583
+
"cellar": ":any_skip_relocation",
584
584
+
"url": "https://ghcr.io/v2/homebrew/core/git-delta/blobs/sha256:eb71a5e4badf7f096607feb7a58dd5116d2954705948a43045a7f943c3d27999",
585
585
+
"sha256": "eb71a5e4badf7f096607feb7a58dd5116d2954705948a43045a7f943c3d27999"
586
586
+
},
587
587
+
"x86_64_linux": {
588
588
+
"cellar": ":any_skip_relocation",
589
589
+
"url": "https://ghcr.io/v2/homebrew/core/git-delta/blobs/sha256:725478975f1e92f80fd7e5584cf924e585e69f9c2e4a39e64ccf83b3e07fac2e",
590
590
+
"sha256": "725478975f1e92f80fd7e5584cf924e585e69f9c2e4a39e64ccf83b3e07fac2e"
591
591
+
}
592
592
+
}
593
593
+
}
594
594
+
},
595
595
+
"go": {
596
596
+
"version": "1.19",
597
597
+
"bottle": {
598
598
+
"rebuild": 0,
599
599
+
"root_url": "https://ghcr.io/v2/homebrew/core",
600
600
+
"files": {
601
601
+
"arm64_monterey": {
602
602
+
"cellar": "/opt/homebrew/Cellar",
603
603
+
"url": "https://ghcr.io/v2/homebrew/core/go/blobs/sha256:053b3a83d7a9f47ec3b435e3681a2e3ea29ac7d267fe1f97e144b2512c736eb9",
604
604
+
"sha256": "053b3a83d7a9f47ec3b435e3681a2e3ea29ac7d267fe1f97e144b2512c736eb9"
605
605
+
},
606
606
+
"arm64_big_sur": {
607
607
+
"cellar": "/opt/homebrew/Cellar",
608
608
+
"url": "https://ghcr.io/v2/homebrew/core/go/blobs/sha256:4bc6f293bc5c42caab60cd2e2821e12f3a4f0a76c2afca347efdb2e8715f972a",
609
609
+
"sha256": "4bc6f293bc5c42caab60cd2e2821e12f3a4f0a76c2afca347efdb2e8715f972a"
610
610
+
},
611
611
+
"monterey": {
612
612
+
"cellar": "/usr/local/Cellar",
613
613
+
"url": "https://ghcr.io/v2/homebrew/core/go/blobs/sha256:0c072d504cbf5ac584d85f46882afc51db91d341e97c9a2c83bc74b980b8409b",
614
614
+
"sha256": "0c072d504cbf5ac584d85f46882afc51db91d341e97c9a2c83bc74b980b8409b"
615
615
+
},
616
616
+
"big_sur": {
617
617
+
"cellar": "/usr/local/Cellar",
618
618
+
"url": "https://ghcr.io/v2/homebrew/core/go/blobs/sha256:97671397aef87943379ddd6a8f4c56eca31da2d63db57d25fea9e1ce01fbd7be",
619
619
+
"sha256": "97671397aef87943379ddd6a8f4c56eca31da2d63db57d25fea9e1ce01fbd7be"
620
620
+
},
621
621
+
"catalina": {
622
622
+
"cellar": "/usr/local/Cellar",
623
623
+
"url": "https://ghcr.io/v2/homebrew/core/go/blobs/sha256:0fe6f9f864e16a828c88fef98ea89ed03eb7e5c1bc5c83151d0e952fa276b719",
624
624
+
"sha256": "0fe6f9f864e16a828c88fef98ea89ed03eb7e5c1bc5c83151d0e952fa276b719"
625
625
+
},
626
626
+
"x86_64_linux": {
627
627
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
628
628
+
"url": "https://ghcr.io/v2/homebrew/core/go/blobs/sha256:5814764a0a39b6ada34106e5775a437c667d9f907041e2a2c0059c780a8a3a1a",
629
629
+
"sha256": "5814764a0a39b6ada34106e5775a437c667d9f907041e2a2c0059c780a8a3a1a"
630
630
+
}
631
631
+
}
632
632
+
}
633
633
+
},
634
634
+
"helm": {
635
635
+
"version": "3.9.3",
636
636
+
"bottle": {
637
637
+
"rebuild": 0,
638
638
+
"root_url": "https://ghcr.io/v2/homebrew/core",
639
639
+
"files": {
640
640
+
"arm64_monterey": {
641
641
+
"cellar": ":any_skip_relocation",
642
642
+
"url": "https://ghcr.io/v2/homebrew/core/helm/blobs/sha256:18d8ef435d37d110de1b92c494def35e89540747129dad220941bce0343629b2",
643
643
+
"sha256": "18d8ef435d37d110de1b92c494def35e89540747129dad220941bce0343629b2"
644
644
+
},
645
645
+
"arm64_big_sur": {
646
646
+
"cellar": ":any_skip_relocation",
647
647
+
"url": "https://ghcr.io/v2/homebrew/core/helm/blobs/sha256:c01dcd63775af362821222f137f7dc49fcaca687adb8b37adac208a4f5538dd5",
648
648
+
"sha256": "c01dcd63775af362821222f137f7dc49fcaca687adb8b37adac208a4f5538dd5"
649
649
+
},
650
650
+
"monterey": {
651
651
+
"cellar": ":any_skip_relocation",
652
652
+
"url": "https://ghcr.io/v2/homebrew/core/helm/blobs/sha256:f9030c9cc30560be2b179428a9a5d53c8986b8339fdb2b8384f2ae77207e5cef",
653
653
+
"sha256": "f9030c9cc30560be2b179428a9a5d53c8986b8339fdb2b8384f2ae77207e5cef"
654
654
+
},
655
655
+
"big_sur": {
656
656
+
"cellar": ":any_skip_relocation",
657
657
+
"url": "https://ghcr.io/v2/homebrew/core/helm/blobs/sha256:0322ce506fed9ec5ccffc3801e0b1f446cc0d5c601f36b11739fe6c5734cece2",
658
658
+
"sha256": "0322ce506fed9ec5ccffc3801e0b1f446cc0d5c601f36b11739fe6c5734cece2"
659
659
+
},
660
660
+
"catalina": {
661
661
+
"cellar": ":any_skip_relocation",
662
662
+
"url": "https://ghcr.io/v2/homebrew/core/helm/blobs/sha256:366389299cff1674589ec1d811d368bebf86c726671d4553e7737db79aaeca78",
663
663
+
"sha256": "366389299cff1674589ec1d811d368bebf86c726671d4553e7737db79aaeca78"
664
664
+
},
665
665
+
"x86_64_linux": {
666
666
+
"cellar": ":any_skip_relocation",
667
667
+
"url": "https://ghcr.io/v2/homebrew/core/helm/blobs/sha256:3e2595b5fbc416f46d664042d3035538af09c946d7b1d0a208fcf84af1c52da4",
668
668
+
"sha256": "3e2595b5fbc416f46d664042d3035538af09c946d7b1d0a208fcf84af1c52da4"
669
669
+
}
670
670
+
}
671
671
+
}
672
672
+
},
673
673
+
"httpie": {
674
674
+
"version": "3.2.1",
675
675
+
"bottle": {
676
676
+
"rebuild": 0,
677
677
+
"root_url": "https://ghcr.io/v2/homebrew/core",
678
678
+
"files": {
679
679
+
"arm64_monterey": {
680
680
+
"cellar": ":any_skip_relocation",
681
681
+
"url": "https://ghcr.io/v2/homebrew/core/httpie/blobs/sha256:10ce896b2bb6686104fedea658fdaf903c0dd77bfb1f4a889f4bae714f4d9504",
682
682
+
"sha256": "10ce896b2bb6686104fedea658fdaf903c0dd77bfb1f4a889f4bae714f4d9504"
683
683
+
},
684
684
+
"arm64_big_sur": {
685
685
+
"cellar": ":any_skip_relocation",
686
686
+
"url": "https://ghcr.io/v2/homebrew/core/httpie/blobs/sha256:289f01c3a0d275ac15d6a54a742d865b88e1c7597530548db959389e5ae3a2fc",
687
687
+
"sha256": "289f01c3a0d275ac15d6a54a742d865b88e1c7597530548db959389e5ae3a2fc"
688
688
+
},
689
689
+
"monterey": {
690
690
+
"cellar": ":any_skip_relocation",
691
691
+
"url": "https://ghcr.io/v2/homebrew/core/httpie/blobs/sha256:70f95f6fb4c9d8438cf3957d1a206a615f870c69aefb8085976d455971404c26",
692
692
+
"sha256": "70f95f6fb4c9d8438cf3957d1a206a615f870c69aefb8085976d455971404c26"
693
693
+
},
694
694
+
"big_sur": {
695
695
+
"cellar": ":any_skip_relocation",
696
696
+
"url": "https://ghcr.io/v2/homebrew/core/httpie/blobs/sha256:4a2af142a0361da7cd3bced7212f3cecc62ffe8ca0defbe7be2ea7aeed4ec2d5",
697
697
+
"sha256": "4a2af142a0361da7cd3bced7212f3cecc62ffe8ca0defbe7be2ea7aeed4ec2d5"
698
698
+
},
699
699
+
"catalina": {
700
700
+
"cellar": ":any_skip_relocation",
701
701
+
"url": "https://ghcr.io/v2/homebrew/core/httpie/blobs/sha256:6f9196061f4ebb7a2742329e46085f960acf87dcfb45ecb4b7a82ab29db47456",
702
702
+
"sha256": "6f9196061f4ebb7a2742329e46085f960acf87dcfb45ecb4b7a82ab29db47456"
703
703
+
},
704
704
+
"x86_64_linux": {
705
705
+
"cellar": ":any_skip_relocation",
706
706
+
"url": "https://ghcr.io/v2/homebrew/core/httpie/blobs/sha256:2d80c38beeaadd384752dedc669a04fbc6bc59f40e54d5757d36c60e14bd9d8f",
707
707
+
"sha256": "2d80c38beeaadd384752dedc669a04fbc6bc59f40e54d5757d36c60e14bd9d8f"
708
708
+
}
709
709
+
}
710
710
+
}
711
711
+
},
712
712
+
"hugo": {
713
713
+
"version": "0.101.0",
714
714
+
"bottle": {
715
715
+
"rebuild": 0,
716
716
+
"root_url": "https://ghcr.io/v2/homebrew/core",
717
717
+
"files": {
718
718
+
"arm64_monterey": {
719
719
+
"cellar": ":any_skip_relocation",
720
720
+
"url": "https://ghcr.io/v2/homebrew/core/hugo/blobs/sha256:d1c2de3fb12ae1261c4c2a62d2f4ebb26846f16185676bba7f5e1a22acafddf7",
721
721
+
"sha256": "d1c2de3fb12ae1261c4c2a62d2f4ebb26846f16185676bba7f5e1a22acafddf7"
722
722
+
},
723
723
+
"arm64_big_sur": {
724
724
+
"cellar": ":any_skip_relocation",
725
725
+
"url": "https://ghcr.io/v2/homebrew/core/hugo/blobs/sha256:b466d2fe9dc172b242f357de33a9d203f9670281182c65172cd6bc38746eda2e",
726
726
+
"sha256": "b466d2fe9dc172b242f357de33a9d203f9670281182c65172cd6bc38746eda2e"
727
727
+
},
728
728
+
"monterey": {
729
729
+
"cellar": ":any_skip_relocation",
730
730
+
"url": "https://ghcr.io/v2/homebrew/core/hugo/blobs/sha256:d5c2216211b34cfacc3d717a78f270c066a1d5c00ff42cc69f11fd40b0ca0fef",
731
731
+
"sha256": "d5c2216211b34cfacc3d717a78f270c066a1d5c00ff42cc69f11fd40b0ca0fef"
732
732
+
},
733
733
+
"big_sur": {
734
734
+
"cellar": ":any_skip_relocation",
735
735
+
"url": "https://ghcr.io/v2/homebrew/core/hugo/blobs/sha256:894e5b82a283c0637e098514e6a2da52ee8b07d74180bdc72459a91c4d7b3a84",
736
736
+
"sha256": "894e5b82a283c0637e098514e6a2da52ee8b07d74180bdc72459a91c4d7b3a84"
737
737
+
},
738
738
+
"catalina": {
739
739
+
"cellar": ":any_skip_relocation",
740
740
+
"url": "https://ghcr.io/v2/homebrew/core/hugo/blobs/sha256:754a78e3b73f62eb5d3d5af24fdb8a9d75a3d78a1cd1e0551ce2e8138494d66e",
741
741
+
"sha256": "754a78e3b73f62eb5d3d5af24fdb8a9d75a3d78a1cd1e0551ce2e8138494d66e"
742
742
+
},
743
743
+
"x86_64_linux": {
744
744
+
"cellar": ":any_skip_relocation",
745
745
+
"url": "https://ghcr.io/v2/homebrew/core/hugo/blobs/sha256:590e776c859804bc442faab55e9575c50edd13a95999a563afe429576bd04aab",
746
746
+
"sha256": "590e776c859804bc442faab55e9575c50edd13a95999a563afe429576bd04aab"
747
747
+
}
748
748
+
}
749
749
+
}
750
750
+
},
751
751
+
"jq": {
752
752
+
"version": "1.6",
753
753
+
"bottle": {
754
754
+
"rebuild": 1,
755
755
+
"root_url": "https://ghcr.io/v2/homebrew/core",
756
756
+
"files": {
757
757
+
"arm64_monterey": {
758
758
+
"cellar": ":any",
759
759
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:f70e1ae8df182b242ca004492cc0a664e2a8195e2e46f30546fe78e265d5eb87",
760
760
+
"sha256": "f70e1ae8df182b242ca004492cc0a664e2a8195e2e46f30546fe78e265d5eb87"
761
761
+
},
762
762
+
"arm64_big_sur": {
763
763
+
"cellar": ":any",
764
764
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:674b3ae41c399f1e8e44c271b0e6909babff9fcd2e04a2127d25e2407ea4dd33",
765
765
+
"sha256": "674b3ae41c399f1e8e44c271b0e6909babff9fcd2e04a2127d25e2407ea4dd33"
766
766
+
},
767
767
+
"monterey": {
768
768
+
"cellar": ":any",
769
769
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:7fee6ea327062b37d34ef5346a84810a1752cc7146fff1223fab76c9b45686e0",
770
770
+
"sha256": "7fee6ea327062b37d34ef5346a84810a1752cc7146fff1223fab76c9b45686e0"
771
771
+
},
772
772
+
"big_sur": {
773
773
+
"cellar": ":any",
774
774
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:bf0f8577632af7b878b6425476f5b1ab9c3bf66d65affb0c455048a173a0b6bf",
775
775
+
"sha256": "bf0f8577632af7b878b6425476f5b1ab9c3bf66d65affb0c455048a173a0b6bf"
776
776
+
},
777
777
+
"catalina": {
778
778
+
"cellar": ":any",
779
779
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:820a3c85fcbb63088b160c7edf125d7e55fc2c5c1d51569304499c9cc4b89ce8",
780
780
+
"sha256": "820a3c85fcbb63088b160c7edf125d7e55fc2c5c1d51569304499c9cc4b89ce8"
781
781
+
},
782
782
+
"mojave": {
783
783
+
"cellar": ":any",
784
784
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:71f0e76c5b22e5088426c971d5e795fe67abee7af6c2c4ae0cf4c0eb98ed21ff",
785
785
+
"sha256": "71f0e76c5b22e5088426c971d5e795fe67abee7af6c2c4ae0cf4c0eb98ed21ff"
786
786
+
},
787
787
+
"high_sierra": {
788
788
+
"cellar": ":any",
789
789
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:dffcffa4ea13e8f0f2b45c5121e529077e135ae9a47254c32182231662ee9b72",
790
790
+
"sha256": "dffcffa4ea13e8f0f2b45c5121e529077e135ae9a47254c32182231662ee9b72"
791
791
+
},
792
792
+
"sierra": {
793
793
+
"cellar": ":any",
794
794
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:bb4d19dc026c2d72c53eed78eaa0ab982e9fcad2cd2acc6d13e7a12ff658e877",
795
795
+
"sha256": "bb4d19dc026c2d72c53eed78eaa0ab982e9fcad2cd2acc6d13e7a12ff658e877"
796
796
+
},
797
797
+
"x86_64_linux": {
798
798
+
"cellar": ":any_skip_relocation",
799
799
+
"url": "https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:2beea2c2c372ccf1081e9a5233fc3020470803254284aeecc071249d76b62338",
800
800
+
"sha256": "2beea2c2c372ccf1081e9a5233fc3020470803254284aeecc071249d76b62338"
801
801
+
}
802
802
+
}
803
803
+
}
804
804
+
},
805
805
+
"k9s": {
806
806
+
"version": "0.26.3",
807
807
+
"bottle": {
808
808
+
"rebuild": 0,
809
809
+
"root_url": "https://ghcr.io/v2/homebrew/core",
810
810
+
"files": {
811
811
+
"arm64_monterey": {
812
812
+
"cellar": ":any_skip_relocation",
813
813
+
"url": "https://ghcr.io/v2/homebrew/core/k9s/blobs/sha256:4ec2e9e2a43a66b4bb40edcd6c09a03a7e74c1c1917f8e84e7efa2aa038a4027",
814
814
+
"sha256": "4ec2e9e2a43a66b4bb40edcd6c09a03a7e74c1c1917f8e84e7efa2aa038a4027"
815
815
+
},
816
816
+
"arm64_big_sur": {
817
817
+
"cellar": ":any_skip_relocation",
818
818
+
"url": "https://ghcr.io/v2/homebrew/core/k9s/blobs/sha256:c241e1954a515692265e178ed505a7403ad7e420baf0cdd3867c2643c2746643",
819
819
+
"sha256": "c241e1954a515692265e178ed505a7403ad7e420baf0cdd3867c2643c2746643"
820
820
+
},
821
821
+
"monterey": {
822
822
+
"cellar": ":any_skip_relocation",
823
823
+
"url": "https://ghcr.io/v2/homebrew/core/k9s/blobs/sha256:facb0994e6e532599a57a6dc2a38ff09d5c6f359cf6b1bbdb6e1372b19f76a99",
824
824
+
"sha256": "facb0994e6e532599a57a6dc2a38ff09d5c6f359cf6b1bbdb6e1372b19f76a99"
825
825
+
},
826
826
+
"big_sur": {
827
827
+
"cellar": ":any_skip_relocation",
828
828
+
"url": "https://ghcr.io/v2/homebrew/core/k9s/blobs/sha256:c218720dadeaef28d1dee43b3ec21fa99c88e6e41344ef769251969dd3df4520",
829
829
+
"sha256": "c218720dadeaef28d1dee43b3ec21fa99c88e6e41344ef769251969dd3df4520"
830
830
+
},
831
831
+
"catalina": {
832
832
+
"cellar": ":any_skip_relocation",
833
833
+
"url": "https://ghcr.io/v2/homebrew/core/k9s/blobs/sha256:2c85cab4766018eb0ff301a4c1ede711b254187c03cb2c3b2bbf410d6494e29f",
834
834
+
"sha256": "2c85cab4766018eb0ff301a4c1ede711b254187c03cb2c3b2bbf410d6494e29f"
835
835
+
},
836
836
+
"x86_64_linux": {
837
837
+
"cellar": ":any_skip_relocation",
838
838
+
"url": "https://ghcr.io/v2/homebrew/core/k9s/blobs/sha256:4e0675e4568f2562cf857c9cbea965bd6931c473405024051ca7b2e04a4a9ed6",
839
839
+
"sha256": "4e0675e4568f2562cf857c9cbea965bd6931c473405024051ca7b2e04a4a9ed6"
840
840
+
}
841
841
+
}
842
842
+
}
843
843
+
},
844
844
+
"kind": {
845
845
+
"version": "0.14.0",
846
846
+
"bottle": {
847
847
+
"rebuild": 0,
848
848
+
"root_url": "https://ghcr.io/v2/homebrew/core",
849
849
+
"files": {
850
850
+
"arm64_monterey": {
851
851
+
"cellar": ":any_skip_relocation",
852
852
+
"url": "https://ghcr.io/v2/homebrew/core/kind/blobs/sha256:aae21435a83ef7c8e3abe321c708dde07a2169a849b98969d45f14539f4aec84",
853
853
+
"sha256": "aae21435a83ef7c8e3abe321c708dde07a2169a849b98969d45f14539f4aec84"
854
854
+
},
855
855
+
"arm64_big_sur": {
856
856
+
"cellar": ":any_skip_relocation",
857
857
+
"url": "https://ghcr.io/v2/homebrew/core/kind/blobs/sha256:03a75bf5e690db31228c5a7c6933f5e320850b08891a23573b733acff97e6018",
858
858
+
"sha256": "03a75bf5e690db31228c5a7c6933f5e320850b08891a23573b733acff97e6018"
859
859
+
},
860
860
+
"monterey": {
861
861
+
"cellar": ":any_skip_relocation",
862
862
+
"url": "https://ghcr.io/v2/homebrew/core/kind/blobs/sha256:17fd618a994d1ac7f4b5b96b21d77f624315f6180b02260cccf81769d9d8f8ac",
863
863
+
"sha256": "17fd618a994d1ac7f4b5b96b21d77f624315f6180b02260cccf81769d9d8f8ac"
864
864
+
},
865
865
+
"big_sur": {
866
866
+
"cellar": ":any_skip_relocation",
867
867
+
"url": "https://ghcr.io/v2/homebrew/core/kind/blobs/sha256:f6ec6c1fad09f6c0647f15f70311291d31d632586b2fc9624d0e876c2d4a8a0c",
868
868
+
"sha256": "f6ec6c1fad09f6c0647f15f70311291d31d632586b2fc9624d0e876c2d4a8a0c"
869
869
+
},
870
870
+
"catalina": {
871
871
+
"cellar": ":any_skip_relocation",
872
872
+
"url": "https://ghcr.io/v2/homebrew/core/kind/blobs/sha256:17ab65161efe2a82e48fec0adda13593195e97c3433f879abf09ae55a7990ae7",
873
873
+
"sha256": "17ab65161efe2a82e48fec0adda13593195e97c3433f879abf09ae55a7990ae7"
874
874
+
},
875
875
+
"x86_64_linux": {
876
876
+
"cellar": ":any_skip_relocation",
877
877
+
"url": "https://ghcr.io/v2/homebrew/core/kind/blobs/sha256:b29f6a0492c893f1c8f421b5ea37f6180eb5bc1532f6f537777646eb00b66217",
878
878
+
"sha256": "b29f6a0492c893f1c8f421b5ea37f6180eb5bc1532f6f537777646eb00b66217"
879
879
+
}
880
880
+
}
881
881
+
}
882
882
+
},
883
883
+
"kubernetes-cli": {
884
884
+
"version": "1.24.3",
885
885
+
"bottle": {
886
886
+
"rebuild": 0,
887
887
+
"root_url": "https://ghcr.io/v2/homebrew/core",
888
888
+
"files": {
889
889
+
"arm64_monterey": {
890
890
+
"cellar": ":any_skip_relocation",
891
891
+
"url": "https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:83d1081fcb669a45a7620db7f7a2c905d5d584226d457857b5acbb093fefcfdc",
892
892
+
"sha256": "83d1081fcb669a45a7620db7f7a2c905d5d584226d457857b5acbb093fefcfdc"
893
893
+
},
894
894
+
"arm64_big_sur": {
895
895
+
"cellar": ":any_skip_relocation",
896
896
+
"url": "https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:431c60b8dfd4e23f015275f717986c0b9505b9977e1069bc48216c6ebc128e2c",
897
897
+
"sha256": "431c60b8dfd4e23f015275f717986c0b9505b9977e1069bc48216c6ebc128e2c"
898
898
+
},
899
899
+
"monterey": {
900
900
+
"cellar": ":any_skip_relocation",
901
901
+
"url": "https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:69d7094eadbd7a1ba157a2739464b3cddcf95644f19f76ef148a8492b92c4838",
902
902
+
"sha256": "69d7094eadbd7a1ba157a2739464b3cddcf95644f19f76ef148a8492b92c4838"
903
903
+
},
904
904
+
"big_sur": {
905
905
+
"cellar": ":any_skip_relocation",
906
906
+
"url": "https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:6d9899f2006a021cb5486aca92e9fc397f6d0319c2c82ebc6305eabc73855bb6",
907
907
+
"sha256": "6d9899f2006a021cb5486aca92e9fc397f6d0319c2c82ebc6305eabc73855bb6"
908
908
+
},
909
909
+
"catalina": {
910
910
+
"cellar": ":any_skip_relocation",
911
911
+
"url": "https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:b4dc96b7ee3fa20b48b70f35008a0f7a1294dfecb22a41e3e2d160fb6dc2b991",
912
912
+
"sha256": "b4dc96b7ee3fa20b48b70f35008a0f7a1294dfecb22a41e3e2d160fb6dc2b991"
913
913
+
},
914
914
+
"x86_64_linux": {
915
915
+
"cellar": ":any_skip_relocation",
916
916
+
"url": "https://ghcr.io/v2/homebrew/core/kubernetes-cli/blobs/sha256:24bde1e7a45e06877af75147c0d370c8c1a16122303aaaad719bdbb56aaa670a",
917
917
+
"sha256": "24bde1e7a45e06877af75147c0d370c8c1a16122303aaaad719bdbb56aaa670a"
918
918
+
}
919
919
+
}
920
920
+
}
921
921
+
},
922
922
+
"kustomize": {
923
923
+
"version": "4.5.7",
924
924
+
"bottle": {
925
925
+
"rebuild": 0,
926
926
+
"root_url": "https://ghcr.io/v2/homebrew/core",
927
927
+
"files": {
928
928
+
"arm64_monterey": {
929
929
+
"cellar": ":any_skip_relocation",
930
930
+
"url": "https://ghcr.io/v2/homebrew/core/kustomize/blobs/sha256:001f113a50c425d7c0cdbd42461be315b9696dbc89f4d775dce572a87d6cb4ea",
931
931
+
"sha256": "001f113a50c425d7c0cdbd42461be315b9696dbc89f4d775dce572a87d6cb4ea"
932
932
+
},
933
933
+
"arm64_big_sur": {
934
934
+
"cellar": ":any_skip_relocation",
935
935
+
"url": "https://ghcr.io/v2/homebrew/core/kustomize/blobs/sha256:b573afb3aff29de518a7b60d13dceedf956521a233ee82722cdda4b7fa47e389",
936
936
+
"sha256": "b573afb3aff29de518a7b60d13dceedf956521a233ee82722cdda4b7fa47e389"
937
937
+
},
938
938
+
"monterey": {
939
939
+
"cellar": ":any_skip_relocation",
940
940
+
"url": "https://ghcr.io/v2/homebrew/core/kustomize/blobs/sha256:7878dd7bad7bde751736bac6de721f0e20ba3b75bea81c017105218cf96df369",
941
941
+
"sha256": "7878dd7bad7bde751736bac6de721f0e20ba3b75bea81c017105218cf96df369"
942
942
+
},
943
943
+
"big_sur": {
944
944
+
"cellar": ":any_skip_relocation",
945
945
+
"url": "https://ghcr.io/v2/homebrew/core/kustomize/blobs/sha256:628577f3b6148a07e7f96b33f2e69d1f778170ed0814a6592b4d32da3ed61266",
946
946
+
"sha256": "628577f3b6148a07e7f96b33f2e69d1f778170ed0814a6592b4d32da3ed61266"
947
947
+
},
948
948
+
"catalina": {
949
949
+
"cellar": ":any_skip_relocation",
950
950
+
"url": "https://ghcr.io/v2/homebrew/core/kustomize/blobs/sha256:e471ba925c2bb5544a31e1af7eb15cec88b94fc578c902585bf492f240f7bff1",
951
951
+
"sha256": "e471ba925c2bb5544a31e1af7eb15cec88b94fc578c902585bf492f240f7bff1"
952
952
+
},
953
953
+
"x86_64_linux": {
954
954
+
"cellar": ":any_skip_relocation",
955
955
+
"url": "https://ghcr.io/v2/homebrew/core/kustomize/blobs/sha256:18cab0642b06d0f60ed61b4fbca2264e475c1564eeff9f83249cc24ffa1c48ba",
956
956
+
"sha256": "18cab0642b06d0f60ed61b4fbca2264e475c1564eeff9f83249cc24ffa1c48ba"
957
957
+
}
958
958
+
}
959
959
+
}
960
960
+
},
961
961
+
"lazydocker": {
962
962
+
"version": "0.18.1",
963
963
+
"bottle": {
964
964
+
"rebuild": 0,
965
965
+
"root_url": "https://ghcr.io/v2/homebrew/core",
966
966
+
"files": {
967
967
+
"arm64_monterey": {
968
968
+
"cellar": ":any_skip_relocation",
969
969
+
"url": "https://ghcr.io/v2/homebrew/core/lazydocker/blobs/sha256:9c8876e29f2c452f66002a77f0e493dd265fa79c1cc5c94aeea1ee2e5b057b6b",
970
970
+
"sha256": "9c8876e29f2c452f66002a77f0e493dd265fa79c1cc5c94aeea1ee2e5b057b6b"
971
971
+
},
972
972
+
"arm64_big_sur": {
973
973
+
"cellar": ":any_skip_relocation",
974
974
+
"url": "https://ghcr.io/v2/homebrew/core/lazydocker/blobs/sha256:da9c2d0be69ada88ce8501c86952b9ddb1bf1e15b0e1987902af6773a69852f6",
975
975
+
"sha256": "da9c2d0be69ada88ce8501c86952b9ddb1bf1e15b0e1987902af6773a69852f6"
976
976
+
},
977
977
+
"monterey": {
978
978
+
"cellar": ":any_skip_relocation",
979
979
+
"url": "https://ghcr.io/v2/homebrew/core/lazydocker/blobs/sha256:ce5c71afbc3cac80824a470c8fa9d7850f8850eb614c5f6b7eec07c9124688cd",
980
980
+
"sha256": "ce5c71afbc3cac80824a470c8fa9d7850f8850eb614c5f6b7eec07c9124688cd"
981
981
+
},
982
982
+
"big_sur": {
983
983
+
"cellar": ":any_skip_relocation",
984
984
+
"url": "https://ghcr.io/v2/homebrew/core/lazydocker/blobs/sha256:a724f83fc4205118e6fe3821ecc5c3937fb09a8d6dc3597ffbbe8e8eaaae722c",
985
985
+
"sha256": "a724f83fc4205118e6fe3821ecc5c3937fb09a8d6dc3597ffbbe8e8eaaae722c"
986
986
+
},
987
987
+
"catalina": {
988
988
+
"cellar": ":any_skip_relocation",
989
989
+
"url": "https://ghcr.io/v2/homebrew/core/lazydocker/blobs/sha256:324bcc58bede260a450f38ca1c2889f058cdf0098cb18e3a2d01b21e5f9cfe13",
990
990
+
"sha256": "324bcc58bede260a450f38ca1c2889f058cdf0098cb18e3a2d01b21e5f9cfe13"
991
991
+
},
992
992
+
"x86_64_linux": {
993
993
+
"cellar": ":any_skip_relocation",
994
994
+
"url": "https://ghcr.io/v2/homebrew/core/lazydocker/blobs/sha256:6ce48c73b9ae4156cec64dd53cea71ee8c4e799023af76d69f88ab8e5d4fe23b",
995
995
+
"sha256": "6ce48c73b9ae4156cec64dd53cea71ee8c4e799023af76d69f88ab8e5d4fe23b"
996
996
+
}
997
997
+
}
998
998
+
}
999
999
+
},
1000
1000
+
"lazygit": {
1001
1001
+
"version": "0.35",
1002
1002
+
"bottle": {
1003
1003
+
"rebuild": 1,
1004
1004
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1005
1005
+
"files": {
1006
1006
+
"arm64_monterey": {
1007
1007
+
"cellar": ":any_skip_relocation",
1008
1008
+
"url": "https://ghcr.io/v2/homebrew/core/lazygit/blobs/sha256:a943392e31f1f24c669fb86ebdb7e5f01a3a1d0871226d629ced2daca8f8a32a",
1009
1009
+
"sha256": "a943392e31f1f24c669fb86ebdb7e5f01a3a1d0871226d629ced2daca8f8a32a"
1010
1010
+
},
1011
1011
+
"arm64_big_sur": {
1012
1012
+
"cellar": ":any_skip_relocation",
1013
1013
+
"url": "https://ghcr.io/v2/homebrew/core/lazygit/blobs/sha256:fbcc75976046775c94bb9d6debad4860201437f47b5d4ba1ca976c008f802307",
1014
1014
+
"sha256": "fbcc75976046775c94bb9d6debad4860201437f47b5d4ba1ca976c008f802307"
1015
1015
+
},
1016
1016
+
"monterey": {
1017
1017
+
"cellar": ":any_skip_relocation",
1018
1018
+
"url": "https://ghcr.io/v2/homebrew/core/lazygit/blobs/sha256:6213ae4af0c276e446d0ec838042601f3c7ebd90a365943d21b0ae3801180521",
1019
1019
+
"sha256": "6213ae4af0c276e446d0ec838042601f3c7ebd90a365943d21b0ae3801180521"
1020
1020
+
},
1021
1021
+
"big_sur": {
1022
1022
+
"cellar": ":any_skip_relocation",
1023
1023
+
"url": "https://ghcr.io/v2/homebrew/core/lazygit/blobs/sha256:1407f804911461df93e03ac52dfbbe13bf2812b4d3199d94a640fe261aa70f8f",
1024
1024
+
"sha256": "1407f804911461df93e03ac52dfbbe13bf2812b4d3199d94a640fe261aa70f8f"
1025
1025
+
},
1026
1026
+
"catalina": {
1027
1027
+
"cellar": ":any_skip_relocation",
1028
1028
+
"url": "https://ghcr.io/v2/homebrew/core/lazygit/blobs/sha256:3c8dd7bfc83456355a3f2ecce7e69837bf859dca379e2870fd73b3bbed51cc57",
1029
1029
+
"sha256": "3c8dd7bfc83456355a3f2ecce7e69837bf859dca379e2870fd73b3bbed51cc57"
1030
1030
+
},
1031
1031
+
"x86_64_linux": {
1032
1032
+
"cellar": ":any_skip_relocation",
1033
1033
+
"url": "https://ghcr.io/v2/homebrew/core/lazygit/blobs/sha256:ee0e6a370121bfaaf9b9c82903cfa664496cc7600e7899552631f7348f3c47a4",
1034
1034
+
"sha256": "ee0e6a370121bfaaf9b9c82903cfa664496cc7600e7899552631f7348f3c47a4"
1035
1035
+
}
1036
1036
+
}
1037
1037
+
}
1038
1038
+
},
1039
1039
+
"m-cli": {
1040
1040
+
"version": "0.3.0",
1041
1041
+
"bottle": {
1042
1042
+
"rebuild": 0,
1043
1043
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1044
1044
+
"files": {
1045
1045
+
"arm64_monterey": {
1046
1046
+
"cellar": ":any_skip_relocation",
1047
1047
+
"url": "https://ghcr.io/v2/homebrew/core/m-cli/blobs/sha256:dad811c6cd0ca58a310fe482101f036bfcfe99e4675bf0682b6736db7e3d8a80",
1048
1048
+
"sha256": "dad811c6cd0ca58a310fe482101f036bfcfe99e4675bf0682b6736db7e3d8a80"
1049
1049
+
},
1050
1050
+
"arm64_big_sur": {
1051
1051
+
"cellar": ":any_skip_relocation",
1052
1052
+
"url": "https://ghcr.io/v2/homebrew/core/m-cli/blobs/sha256:57f125ffaf0e6a50c2d820b23921c4d804349a51df9780e00f79f4a41b9e4e39",
1053
1053
+
"sha256": "57f125ffaf0e6a50c2d820b23921c4d804349a51df9780e00f79f4a41b9e4e39"
1054
1054
+
},
1055
1055
+
"monterey": {
1056
1056
+
"cellar": ":any_skip_relocation",
1057
1057
+
"url": "https://ghcr.io/v2/homebrew/core/m-cli/blobs/sha256:a2def96834871cfd7618f2186662afdf5ef52f0c909b19d2d3b98cd4193fbd6d",
1058
1058
+
"sha256": "a2def96834871cfd7618f2186662afdf5ef52f0c909b19d2d3b98cd4193fbd6d"
1059
1059
+
},
1060
1060
+
"big_sur": {
1061
1061
+
"cellar": ":any_skip_relocation",
1062
1062
+
"url": "https://ghcr.io/v2/homebrew/core/m-cli/blobs/sha256:5131627ba06d37f0e1512cd3bbc7cda2c696deec07a3495c98974553ba900fa9",
1063
1063
+
"sha256": "5131627ba06d37f0e1512cd3bbc7cda2c696deec07a3495c98974553ba900fa9"
1064
1064
+
},
1065
1065
+
"catalina": {
1066
1066
+
"cellar": ":any_skip_relocation",
1067
1067
+
"url": "https://ghcr.io/v2/homebrew/core/m-cli/blobs/sha256:5131627ba06d37f0e1512cd3bbc7cda2c696deec07a3495c98974553ba900fa9",
1068
1068
+
"sha256": "5131627ba06d37f0e1512cd3bbc7cda2c696deec07a3495c98974553ba900fa9"
1069
1069
+
},
1070
1070
+
"mojave": {
1071
1071
+
"cellar": ":any_skip_relocation",
1072
1072
+
"url": "https://ghcr.io/v2/homebrew/core/m-cli/blobs/sha256:5131627ba06d37f0e1512cd3bbc7cda2c696deec07a3495c98974553ba900fa9",
1073
1073
+
"sha256": "5131627ba06d37f0e1512cd3bbc7cda2c696deec07a3495c98974553ba900fa9"
1074
1074
+
}
1075
1075
+
}
1076
1076
+
}
1077
1077
+
},
1078
1078
+
"neovim": {
1079
1079
+
"version": "0.7.2_1",
1080
1080
+
"bottle": {
1081
1081
+
"rebuild": 0,
1082
1082
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1083
1083
+
"files": {
1084
1084
+
"arm64_monterey": {
1085
1085
+
"cellar": "/opt/homebrew/Cellar",
1086
1086
+
"url": "https://ghcr.io/v2/homebrew/core/neovim/blobs/sha256:dfa6e9cd76254d80db19a326efae6ea17e0285b003916495238422b0b8490cc1",
1087
1087
+
"sha256": "dfa6e9cd76254d80db19a326efae6ea17e0285b003916495238422b0b8490cc1"
1088
1088
+
},
1089
1089
+
"arm64_big_sur": {
1090
1090
+
"cellar": "/opt/homebrew/Cellar",
1091
1091
+
"url": "https://ghcr.io/v2/homebrew/core/neovim/blobs/sha256:113cc688142c0498e7eb6c85291d5ecbf61787def7054c522338a24be6fc8c24",
1092
1092
+
"sha256": "113cc688142c0498e7eb6c85291d5ecbf61787def7054c522338a24be6fc8c24"
1093
1093
+
},
1094
1094
+
"monterey": {
1095
1095
+
"cellar": "/usr/local/Cellar",
1096
1096
+
"url": "https://ghcr.io/v2/homebrew/core/neovim/blobs/sha256:14416b842e0647842fef57ee8a021cc991a4d400e4f691a1b140dbba62ad6adc",
1097
1097
+
"sha256": "14416b842e0647842fef57ee8a021cc991a4d400e4f691a1b140dbba62ad6adc"
1098
1098
+
},
1099
1099
+
"big_sur": {
1100
1100
+
"cellar": "/usr/local/Cellar",
1101
1101
+
"url": "https://ghcr.io/v2/homebrew/core/neovim/blobs/sha256:092d5ebab04ea0c1c2f24d27ecdeada51d84702e572dae9c1b0dd56042514e73",
1102
1102
+
"sha256": "092d5ebab04ea0c1c2f24d27ecdeada51d84702e572dae9c1b0dd56042514e73"
1103
1103
+
},
1104
1104
+
"catalina": {
1105
1105
+
"cellar": "/usr/local/Cellar",
1106
1106
+
"url": "https://ghcr.io/v2/homebrew/core/neovim/blobs/sha256:aab60ed55c32ec01e4d96e5967bc034d2ac80021cad4cfd1833281678c9b120c",
1107
1107
+
"sha256": "aab60ed55c32ec01e4d96e5967bc034d2ac80021cad4cfd1833281678c9b120c"
1108
1108
+
},
1109
1109
+
"x86_64_linux": {
1110
1110
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
1111
1111
+
"url": "https://ghcr.io/v2/homebrew/core/neovim/blobs/sha256:c35e33e2f7e8f9d97b2eada22bb9fa00d1ba75414150db03547d3d2337f3a4bb",
1112
1112
+
"sha256": "c35e33e2f7e8f9d97b2eada22bb9fa00d1ba75414150db03547d3d2337f3a4bb"
1113
1113
+
}
1114
1114
+
}
1115
1115
+
}
1116
1116
+
},
1117
1117
+
"nmap": {
1118
1118
+
"version": "7.92",
1119
1119
+
"bottle": {
1120
1120
+
"rebuild": 1,
1121
1121
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1122
1122
+
"files": {
1123
1123
+
"arm64_monterey": {
1124
1124
+
"cellar": "/opt/homebrew/Cellar",
1125
1125
+
"url": "https://ghcr.io/v2/homebrew/core/nmap/blobs/sha256:7debf45813bcc5d01562e2191219173e5faf37669790f208068b5a97935c7910",
1126
1126
+
"sha256": "7debf45813bcc5d01562e2191219173e5faf37669790f208068b5a97935c7910"
1127
1127
+
},
1128
1128
+
"arm64_big_sur": {
1129
1129
+
"cellar": "/opt/homebrew/Cellar",
1130
1130
+
"url": "https://ghcr.io/v2/homebrew/core/nmap/blobs/sha256:9395c62aa5b48e2dc6ad2f1071080ae14ac38a7a75c2c031208a2c02b67f56d6",
1131
1131
+
"sha256": "9395c62aa5b48e2dc6ad2f1071080ae14ac38a7a75c2c031208a2c02b67f56d6"
1132
1132
+
},
1133
1133
+
"monterey": {
1134
1134
+
"cellar": "/usr/local/Cellar",
1135
1135
+
"url": "https://ghcr.io/v2/homebrew/core/nmap/blobs/sha256:d42ac93fe1e777c3460377ec94992397c32a0ab61a7c98fb54637d3f0442a151",
1136
1136
+
"sha256": "d42ac93fe1e777c3460377ec94992397c32a0ab61a7c98fb54637d3f0442a151"
1137
1137
+
},
1138
1138
+
"big_sur": {
1139
1139
+
"cellar": "/usr/local/Cellar",
1140
1140
+
"url": "https://ghcr.io/v2/homebrew/core/nmap/blobs/sha256:4930a59d6546c229c90c7680560822fe2609a7f2d12425d40af4f4fb6e660de9",
1141
1141
+
"sha256": "4930a59d6546c229c90c7680560822fe2609a7f2d12425d40af4f4fb6e660de9"
1142
1142
+
},
1143
1143
+
"catalina": {
1144
1144
+
"cellar": "/usr/local/Cellar",
1145
1145
+
"url": "https://ghcr.io/v2/homebrew/core/nmap/blobs/sha256:c2ab40d041d915b8ef99ab7049931af23d99a44c5a8970aa420bfe3156dee3e9",
1146
1146
+
"sha256": "c2ab40d041d915b8ef99ab7049931af23d99a44c5a8970aa420bfe3156dee3e9"
1147
1147
+
},
1148
1148
+
"x86_64_linux": {
1149
1149
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
1150
1150
+
"url": "https://ghcr.io/v2/homebrew/core/nmap/blobs/sha256:77946dc2f15a7c0dc98587016a1d1961a456ca61079361233455ba8db69a54d5",
1151
1151
+
"sha256": "77946dc2f15a7c0dc98587016a1d1961a456ca61079361233455ba8db69a54d5"
1152
1152
+
}
1153
1153
+
}
1154
1154
+
}
1155
1155
+
},
1156
1156
+
"oath-toolkit": {
1157
1157
+
"version": "2.6.6",
1158
1158
+
"bottle": {
1159
1159
+
"rebuild": 0,
1160
1160
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1161
1161
+
"files": {
1162
1162
+
"arm64_monterey": {
1163
1163
+
"cellar": ":any",
1164
1164
+
"url": "https://ghcr.io/v2/homebrew/core/oath-toolkit/blobs/sha256:d12d5f53c630491e0db01dd5955e9dd23baeae9080df3f24eb726ccf359aaa97",
1165
1165
+
"sha256": "d12d5f53c630491e0db01dd5955e9dd23baeae9080df3f24eb726ccf359aaa97"
1166
1166
+
},
1167
1167
+
"arm64_big_sur": {
1168
1168
+
"cellar": "/opt/homebrew/Cellar",
1169
1169
+
"url": "https://ghcr.io/v2/homebrew/core/oath-toolkit/blobs/sha256:3e54014feda461a1aa6f68f71570c8be14076aac4a6823345b76b10feba0cf94",
1170
1170
+
"sha256": "3e54014feda461a1aa6f68f71570c8be14076aac4a6823345b76b10feba0cf94"
1171
1171
+
},
1172
1172
+
"monterey": {
1173
1173
+
"cellar": "/usr/local/Cellar",
1174
1174
+
"url": "https://ghcr.io/v2/homebrew/core/oath-toolkit/blobs/sha256:a3b5fca2b9fbe382935b54efa49d56f07bb1f637cc1c17d90418a33ce265e92b",
1175
1175
+
"sha256": "a3b5fca2b9fbe382935b54efa49d56f07bb1f637cc1c17d90418a33ce265e92b"
1176
1176
+
},
1177
1177
+
"big_sur": {
1178
1178
+
"cellar": "/usr/local/Cellar",
1179
1179
+
"url": "https://ghcr.io/v2/homebrew/core/oath-toolkit/blobs/sha256:ed6ceb54edc0b0bea449a75c756b604c6204f6fd80c9e280ce57b1e3d7140ac7",
1180
1180
+
"sha256": "ed6ceb54edc0b0bea449a75c756b604c6204f6fd80c9e280ce57b1e3d7140ac7"
1181
1181
+
},
1182
1182
+
"catalina": {
1183
1183
+
"cellar": "/usr/local/Cellar",
1184
1184
+
"url": "https://ghcr.io/v2/homebrew/core/oath-toolkit/blobs/sha256:04c85d25d9c1e8cac2164a4b538344f95181346fd3170e65e43173aca6770b6d",
1185
1185
+
"sha256": "04c85d25d9c1e8cac2164a4b538344f95181346fd3170e65e43173aca6770b6d"
1186
1186
+
},
1187
1187
+
"mojave": {
1188
1188
+
"cellar": "/usr/local/Cellar",
1189
1189
+
"url": "https://ghcr.io/v2/homebrew/core/oath-toolkit/blobs/sha256:136fc9c533486f31645fdd6594d96fc8f17487439248b78a8c42a868ce7aaacb",
1190
1190
+
"sha256": "136fc9c533486f31645fdd6594d96fc8f17487439248b78a8c42a868ce7aaacb"
1191
1191
+
},
1192
1192
+
"x86_64_linux": {
1193
1193
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
1194
1194
+
"url": "https://ghcr.io/v2/homebrew/core/oath-toolkit/blobs/sha256:3ea5398bb38297c062a54cce0ee803487211cf9f16c7697981d67a3edebd94e6",
1195
1195
+
"sha256": "3ea5398bb38297c062a54cce0ee803487211cf9f16c7697981d67a3edebd94e6"
1196
1196
+
}
1197
1197
+
}
1198
1198
+
}
1199
1199
+
},
1200
1200
+
"openconnect": {
1201
1201
+
"version": "9.01_2",
1202
1202
+
"bottle": {
1203
1203
+
"rebuild": 0,
1204
1204
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1205
1205
+
"files": {
1206
1206
+
"arm64_monterey": {
1207
1207
+
"cellar": "/opt/homebrew/Cellar",
1208
1208
+
"url": "https://ghcr.io/v2/homebrew/core/openconnect/blobs/sha256:6dc4bcb064f2682ec83df05e98ebdc4c01bb393311ecc4d60f70574ac5dc6091",
1209
1209
+
"sha256": "6dc4bcb064f2682ec83df05e98ebdc4c01bb393311ecc4d60f70574ac5dc6091"
1210
1210
+
},
1211
1211
+
"arm64_big_sur": {
1212
1212
+
"cellar": "/opt/homebrew/Cellar",
1213
1213
+
"url": "https://ghcr.io/v2/homebrew/core/openconnect/blobs/sha256:2eeb96ab48ce2e23288d738575415a9cca7356d2ef82f6dbe5c076ba85242422",
1214
1214
+
"sha256": "2eeb96ab48ce2e23288d738575415a9cca7356d2ef82f6dbe5c076ba85242422"
1215
1215
+
},
1216
1216
+
"monterey": {
1217
1217
+
"cellar": "/usr/local/Cellar",
1218
1218
+
"url": "https://ghcr.io/v2/homebrew/core/openconnect/blobs/sha256:a5cada9bca9cc64b03ee450d06d4064edc2a55896c4b5518b558aaa68ea86b04",
1219
1219
+
"sha256": "a5cada9bca9cc64b03ee450d06d4064edc2a55896c4b5518b558aaa68ea86b04"
1220
1220
+
},
1221
1221
+
"big_sur": {
1222
1222
+
"cellar": "/usr/local/Cellar",
1223
1223
+
"url": "https://ghcr.io/v2/homebrew/core/openconnect/blobs/sha256:cdcbb4640fee08eb17685920cc0af6d5c74989296d222c6f21c6b51a49f319bf",
1224
1224
+
"sha256": "cdcbb4640fee08eb17685920cc0af6d5c74989296d222c6f21c6b51a49f319bf"
1225
1225
+
},
1226
1226
+
"catalina": {
1227
1227
+
"cellar": "/usr/local/Cellar",
1228
1228
+
"url": "https://ghcr.io/v2/homebrew/core/openconnect/blobs/sha256:4653dc9700dc255351900b68baa48c3da01eabe5b83a42384744f825bd4a13a3",
1229
1229
+
"sha256": "4653dc9700dc255351900b68baa48c3da01eabe5b83a42384744f825bd4a13a3"
1230
1230
+
},
1231
1231
+
"x86_64_linux": {
1232
1232
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
1233
1233
+
"url": "https://ghcr.io/v2/homebrew/core/openconnect/blobs/sha256:2f6ef9a3246f5bb6e134c50e68d45c9515b7d5529be624dcfb9b4b261b6a5e4b",
1234
1234
+
"sha256": "2f6ef9a3246f5bb6e134c50e68d45c9515b7d5529be624dcfb9b4b261b6a5e4b"
1235
1235
+
}
1236
1236
+
}
1237
1237
+
}
1238
1238
+
},
1239
1239
+
"pandoc": {
1240
1240
+
"version": "2.19",
1241
1241
+
"bottle": {
1242
1242
+
"rebuild": 0,
1243
1243
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1244
1244
+
"files": {
1245
1245
+
"arm64_monterey": {
1246
1246
+
"cellar": ":any_skip_relocation",
1247
1247
+
"url": "https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:ede8d65a434f7b294023443771640021c8b40afccd3c804b5b262b2d2b721854",
1248
1248
+
"sha256": "ede8d65a434f7b294023443771640021c8b40afccd3c804b5b262b2d2b721854"
1249
1249
+
},
1250
1250
+
"arm64_big_sur": {
1251
1251
+
"cellar": ":any_skip_relocation",
1252
1252
+
"url": "https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:d52f8dcc504ff2e565653ef023f840c419eeac85436714a85da6344d286f2e57",
1253
1253
+
"sha256": "d52f8dcc504ff2e565653ef023f840c419eeac85436714a85da6344d286f2e57"
1254
1254
+
},
1255
1255
+
"monterey": {
1256
1256
+
"cellar": ":any_skip_relocation",
1257
1257
+
"url": "https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:b2fb57aab492032e90d0ea1337e58198e4416bdf68be44ba229f9a49944592a2",
1258
1258
+
"sha256": "b2fb57aab492032e90d0ea1337e58198e4416bdf68be44ba229f9a49944592a2"
1259
1259
+
},
1260
1260
+
"big_sur": {
1261
1261
+
"cellar": ":any_skip_relocation",
1262
1262
+
"url": "https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:82d59a8f0096eab082ccdabe3f0e8f86cd497e8c3486e34ac03b594a6d59ae7d",
1263
1263
+
"sha256": "82d59a8f0096eab082ccdabe3f0e8f86cd497e8c3486e34ac03b594a6d59ae7d"
1264
1264
+
},
1265
1265
+
"catalina": {
1266
1266
+
"cellar": ":any_skip_relocation",
1267
1267
+
"url": "https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:802806318075e80fd0040f4e1736f9b662a9ce84bacacfad59a91c2c876bd20a",
1268
1268
+
"sha256": "802806318075e80fd0040f4e1736f9b662a9ce84bacacfad59a91c2c876bd20a"
1269
1269
+
},
1270
1270
+
"x86_64_linux": {
1271
1271
+
"cellar": ":any_skip_relocation",
1272
1272
+
"url": "https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:985ae6f79a2da8229695b7e904a1fa16aaae30e9c3ca5a9159233f14a16878c6",
1273
1273
+
"sha256": "985ae6f79a2da8229695b7e904a1fa16aaae30e9c3ca5a9159233f14a16878c6"
1274
1274
+
}
1275
1275
+
}
1276
1276
+
}
1277
1277
+
},
1278
1278
+
"postgresql": {
1279
1279
+
"version": "14.5",
1280
1280
+
"bottle": {
1281
1281
+
"rebuild": 0,
1282
1282
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1283
1283
+
"files": {
1284
1284
+
"arm64_monterey": {
1285
1285
+
"cellar": "/opt/homebrew/Cellar",
1286
1286
+
"url": "https://ghcr.io/v2/homebrew/core/postgresql/blobs/sha256:a5e6220e0a3307c9039883a54b58867bccc93e09cc27c701598bf3bfd791e821",
1287
1287
+
"sha256": "a5e6220e0a3307c9039883a54b58867bccc93e09cc27c701598bf3bfd791e821"
1288
1288
+
},
1289
1289
+
"arm64_big_sur": {
1290
1290
+
"cellar": "/opt/homebrew/Cellar",
1291
1291
+
"url": "https://ghcr.io/v2/homebrew/core/postgresql/blobs/sha256:0317e7a1b3a3cc5c377e07766009cf4204215757931a95fa4f4e06d56efa13f7",
1292
1292
+
"sha256": "0317e7a1b3a3cc5c377e07766009cf4204215757931a95fa4f4e06d56efa13f7"
1293
1293
+
},
1294
1294
+
"monterey": {
1295
1295
+
"cellar": "/usr/local/Cellar",
1296
1296
+
"url": "https://ghcr.io/v2/homebrew/core/postgresql/blobs/sha256:79424d1734dec0e6df0a88d58c3f2311455e584fc51d5918fea9533e0082ca43",
1297
1297
+
"sha256": "79424d1734dec0e6df0a88d58c3f2311455e584fc51d5918fea9533e0082ca43"
1298
1298
+
},
1299
1299
+
"big_sur": {
1300
1300
+
"cellar": "/usr/local/Cellar",
1301
1301
+
"url": "https://ghcr.io/v2/homebrew/core/postgresql/blobs/sha256:329986717572e1d01132bf028007a5450493f07a6713ae4e5e044cf12efd2ef6",
1302
1302
+
"sha256": "329986717572e1d01132bf028007a5450493f07a6713ae4e5e044cf12efd2ef6"
1303
1303
+
},
1304
1304
+
"catalina": {
1305
1305
+
"cellar": "/usr/local/Cellar",
1306
1306
+
"url": "https://ghcr.io/v2/homebrew/core/postgresql/blobs/sha256:295b1598b158ca020be23a2c7300b2e498046d250193f98dbc065ebded4c6123",
1307
1307
+
"sha256": "295b1598b158ca020be23a2c7300b2e498046d250193f98dbc065ebded4c6123"
1308
1308
+
},
1309
1309
+
"x86_64_linux": {
1310
1310
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
1311
1311
+
"url": "https://ghcr.io/v2/homebrew/core/postgresql/blobs/sha256:1250bdb04d8a2f9276b299ff99982147592f0f174145fade4543c8f79876038b",
1312
1312
+
"sha256": "1250bdb04d8a2f9276b299ff99982147592f0f174145fade4543c8f79876038b"
1313
1313
+
}
1314
1314
+
}
1315
1315
+
}
1316
1316
+
},
1317
1317
+
"pyenv": {
1318
1318
+
"version": "2.3.3",
1319
1319
+
"bottle": {
1320
1320
+
"rebuild": 0,
1321
1321
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1322
1322
+
"files": {
1323
1323
+
"arm64_monterey": {
1324
1324
+
"cellar": ":any",
1325
1325
+
"url": "https://ghcr.io/v2/homebrew/core/pyenv/blobs/sha256:eaaae7b2d7e05c45825a674365ebcaf25264648138321df004b3b3772feeeed0",
1326
1326
+
"sha256": "eaaae7b2d7e05c45825a674365ebcaf25264648138321df004b3b3772feeeed0"
1327
1327
+
},
1328
1328
+
"arm64_big_sur": {
1329
1329
+
"cellar": ":any",
1330
1330
+
"url": "https://ghcr.io/v2/homebrew/core/pyenv/blobs/sha256:5edf0c10f75203eefee6fdcd9010375f1e8325328b41a3b8985f0b87144b6dc3",
1331
1331
+
"sha256": "5edf0c10f75203eefee6fdcd9010375f1e8325328b41a3b8985f0b87144b6dc3"
1332
1332
+
},
1333
1333
+
"monterey": {
1334
1334
+
"cellar": ":any",
1335
1335
+
"url": "https://ghcr.io/v2/homebrew/core/pyenv/blobs/sha256:2ec04c8c283d71d3892927f86ff08d79a264a81cddc461a312962f6ff364db61",
1336
1336
+
"sha256": "2ec04c8c283d71d3892927f86ff08d79a264a81cddc461a312962f6ff364db61"
1337
1337
+
},
1338
1338
+
"big_sur": {
1339
1339
+
"cellar": ":any",
1340
1340
+
"url": "https://ghcr.io/v2/homebrew/core/pyenv/blobs/sha256:a182e85b781a8d806e508f1ce86fd31b8b3717a590aa621f350f0818ad92c1d1",
1341
1341
+
"sha256": "a182e85b781a8d806e508f1ce86fd31b8b3717a590aa621f350f0818ad92c1d1"
1342
1342
+
},
1343
1343
+
"catalina": {
1344
1344
+
"cellar": ":any",
1345
1345
+
"url": "https://ghcr.io/v2/homebrew/core/pyenv/blobs/sha256:9021cf4f690961f089ed41179c0fe6b0e0e7531726e112b020364376b6f7e4b4",
1346
1346
+
"sha256": "9021cf4f690961f089ed41179c0fe6b0e0e7531726e112b020364376b6f7e4b4"
1347
1347
+
},
1348
1348
+
"x86_64_linux": {
1349
1349
+
"cellar": ":any_skip_relocation",
1350
1350
+
"url": "https://ghcr.io/v2/homebrew/core/pyenv/blobs/sha256:e993941ee0c9ff55c4c713b8b035211acb351a7f6853dc9666849351a7db60ff",
1351
1351
+
"sha256": "e993941ee0c9ff55c4c713b8b035211acb351a7f6853dc9666849351a7db60ff"
1352
1352
+
}
1353
1353
+
}
1354
1354
+
}
1355
1355
+
},
1356
1356
+
"python@3.9": {
1357
1357
+
"version": "3.9.13_3",
1358
1358
+
"bottle": {
1359
1359
+
"rebuild": 0,
1360
1360
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1361
1361
+
"files": {
1362
1362
+
"arm64_monterey": {
1363
1363
+
"cellar": "/opt/homebrew/Cellar",
1364
1364
+
"url": "https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:c5a2739c0b343e83fbc2ab8449131327c065d04887ad965f0716259bd601e988",
1365
1365
+
"sha256": "c5a2739c0b343e83fbc2ab8449131327c065d04887ad965f0716259bd601e988"
1366
1366
+
},
1367
1367
+
"arm64_big_sur": {
1368
1368
+
"cellar": "/opt/homebrew/Cellar",
1369
1369
+
"url": "https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:705cd27fcae98ddbd236ee987708330cc985cfb9971651b7dec922d893bab887",
1370
1370
+
"sha256": "705cd27fcae98ddbd236ee987708330cc985cfb9971651b7dec922d893bab887"
1371
1371
+
},
1372
1372
+
"monterey": {
1373
1373
+
"cellar": "/usr/local/Cellar",
1374
1374
+
"url": "https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:c4197018f6d860ab6dd32bb069ceb18bbf3b953c8bd7a7363ef3a385697aba71",
1375
1375
+
"sha256": "c4197018f6d860ab6dd32bb069ceb18bbf3b953c8bd7a7363ef3a385697aba71"
1376
1376
+
},
1377
1377
+
"big_sur": {
1378
1378
+
"cellar": "/usr/local/Cellar",
1379
1379
+
"url": "https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:a92af702d576a6d0a06d6275727d6a73920541031893dd9666f32622002581c9",
1380
1380
+
"sha256": "a92af702d576a6d0a06d6275727d6a73920541031893dd9666f32622002581c9"
1381
1381
+
},
1382
1382
+
"catalina": {
1383
1383
+
"cellar": "/usr/local/Cellar",
1384
1384
+
"url": "https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:e1207ac106e13b4bf97a19245d0e645a2a01c25aac38587bbd0e266376d6bf7a",
1385
1385
+
"sha256": "e1207ac106e13b4bf97a19245d0e645a2a01c25aac38587bbd0e266376d6bf7a"
1386
1386
+
},
1387
1387
+
"x86_64_linux": {
1388
1388
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
1389
1389
+
"url": "https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:00d08ed0a3dd8d80c4945bc7b8d79caadde8c8383230be7175403058fcf9d01f",
1390
1390
+
"sha256": "00d08ed0a3dd8d80c4945bc7b8d79caadde8c8383230be7175403058fcf9d01f"
1391
1391
+
}
1392
1392
+
}
1393
1393
+
}
1394
1394
+
},
1395
1395
+
"rbenv": {
1396
1396
+
"version": "1.2.0",
1397
1397
+
"bottle": {
1398
1398
+
"rebuild": 0,
1399
1399
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1400
1400
+
"files": {
1401
1401
+
"arm64_monterey": {
1402
1402
+
"cellar": ":any",
1403
1403
+
"url": "https://ghcr.io/v2/homebrew/core/rbenv/blobs/sha256:dede9454bc8a665ac2b1858a0522fb77d95deebb5db7437918cfb056ff119b16",
1404
1404
+
"sha256": "dede9454bc8a665ac2b1858a0522fb77d95deebb5db7437918cfb056ff119b16"
1405
1405
+
},
1406
1406
+
"arm64_big_sur": {
1407
1407
+
"cellar": ":any",
1408
1408
+
"url": "https://ghcr.io/v2/homebrew/core/rbenv/blobs/sha256:d5e6168ad6ab8843946273319fc6949b322c80f2d666a6bdda62466e256e6746",
1409
1409
+
"sha256": "d5e6168ad6ab8843946273319fc6949b322c80f2d666a6bdda62466e256e6746"
1410
1410
+
},
1411
1411
+
"monterey": {
1412
1412
+
"cellar": ":any",
1413
1413
+
"url": "https://ghcr.io/v2/homebrew/core/rbenv/blobs/sha256:42657e04e2d1e8bf9abb9c5f0ba50e567df95f93a2a212491f005e4bd0ad9cee",
1414
1414
+
"sha256": "42657e04e2d1e8bf9abb9c5f0ba50e567df95f93a2a212491f005e4bd0ad9cee"
1415
1415
+
},
1416
1416
+
"big_sur": {
1417
1417
+
"cellar": ":any",
1418
1418
+
"url": "https://ghcr.io/v2/homebrew/core/rbenv/blobs/sha256:8a1b159909d472cc461d0a9b85a192a31ab58860e34f022fcbb33175732d24aa",
1419
1419
+
"sha256": "8a1b159909d472cc461d0a9b85a192a31ab58860e34f022fcbb33175732d24aa"
1420
1420
+
},
1421
1421
+
"catalina": {
1422
1422
+
"cellar": ":any",
1423
1423
+
"url": "https://ghcr.io/v2/homebrew/core/rbenv/blobs/sha256:a2ca52c4fe3b7000d9f84f81836ddcb9b3aea9c20ee092dd71c1e10cf3a6a19a",
1424
1424
+
"sha256": "a2ca52c4fe3b7000d9f84f81836ddcb9b3aea9c20ee092dd71c1e10cf3a6a19a"
1425
1425
+
},
1426
1426
+
"mojave": {
1427
1427
+
"cellar": ":any",
1428
1428
+
"url": "https://ghcr.io/v2/homebrew/core/rbenv/blobs/sha256:87ca53a9f4f84aff56ccbf2f823f903d20bc6669dde548018892857cc8871936",
1429
1429
+
"sha256": "87ca53a9f4f84aff56ccbf2f823f903d20bc6669dde548018892857cc8871936"
1430
1430
+
},
1431
1431
+
"x86_64_linux": {
1432
1432
+
"cellar": ":any_skip_relocation",
1433
1433
+
"url": "https://ghcr.io/v2/homebrew/core/rbenv/blobs/sha256:f4be8e4efef32c1fcdaa585312b3262d33b3306d9d7d9c75abd1230227b10bb7",
1434
1434
+
"sha256": "f4be8e4efef32c1fcdaa585312b3262d33b3306d9d7d9c75abd1230227b10bb7"
1435
1435
+
}
1436
1436
+
}
1437
1437
+
}
1438
1438
+
},
1439
1439
+
"ripgrep": {
1440
1440
+
"version": "13.0.0",
1441
1441
+
"bottle": {
1442
1442
+
"rebuild": 0,
1443
1443
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1444
1444
+
"files": {
1445
1445
+
"arm64_monterey": {
1446
1446
+
"cellar": ":any",
1447
1447
+
"url": "https://ghcr.io/v2/homebrew/core/ripgrep/blobs/sha256:ea67bdf39c1727b2b6b5b5f5110d1736b42b3eb0ec2068aa99903b670545b015",
1448
1448
+
"sha256": "ea67bdf39c1727b2b6b5b5f5110d1736b42b3eb0ec2068aa99903b670545b015"
1449
1449
+
},
1450
1450
+
"arm64_big_sur": {
1451
1451
+
"cellar": ":any",
1452
1452
+
"url": "https://ghcr.io/v2/homebrew/core/ripgrep/blobs/sha256:d3e0ae859dc1e66ebecbc66a8ad1ec2abac59bc707d2305dde66212e71406d36",
1453
1453
+
"sha256": "d3e0ae859dc1e66ebecbc66a8ad1ec2abac59bc707d2305dde66212e71406d36"
1454
1454
+
},
1455
1455
+
"monterey": {
1456
1456
+
"cellar": ":any",
1457
1457
+
"url": "https://ghcr.io/v2/homebrew/core/ripgrep/blobs/sha256:db0260c6be9656c54575a4d82c720fb24141be38a17350d6cddba7be14f104e6",
1458
1458
+
"sha256": "db0260c6be9656c54575a4d82c720fb24141be38a17350d6cddba7be14f104e6"
1459
1459
+
},
1460
1460
+
"big_sur": {
1461
1461
+
"cellar": ":any",
1462
1462
+
"url": "https://ghcr.io/v2/homebrew/core/ripgrep/blobs/sha256:a8f2bd6586de9f7aa36eaaefd36777309f9b5d57f01bf33bf022d715fd3dbb89",
1463
1463
+
"sha256": "a8f2bd6586de9f7aa36eaaefd36777309f9b5d57f01bf33bf022d715fd3dbb89"
1464
1464
+
},
1465
1465
+
"catalina": {
1466
1466
+
"cellar": ":any",
1467
1467
+
"url": "https://ghcr.io/v2/homebrew/core/ripgrep/blobs/sha256:0edcffa1251002e2747020d62a16ae077bd7aa5fb289d351622e0065c9686c40",
1468
1468
+
"sha256": "0edcffa1251002e2747020d62a16ae077bd7aa5fb289d351622e0065c9686c40"
1469
1469
+
},
1470
1470
+
"mojave": {
1471
1471
+
"cellar": ":any",
1472
1472
+
"url": "https://ghcr.io/v2/homebrew/core/ripgrep/blobs/sha256:b57024c0d221249a1f5eaef1069ac90d44e54afdadb146acd117ae23b7de98c6",
1473
1473
+
"sha256": "b57024c0d221249a1f5eaef1069ac90d44e54afdadb146acd117ae23b7de98c6"
1474
1474
+
},
1475
1475
+
"x86_64_linux": {
1476
1476
+
"cellar": ":any_skip_relocation",
1477
1477
+
"url": "https://ghcr.io/v2/homebrew/core/ripgrep/blobs/sha256:34e3140b55f0fb5efb8db70e0709afe091632efaa84465e4c1c9ca3c8afa1bf2",
1478
1478
+
"sha256": "34e3140b55f0fb5efb8db70e0709afe091632efaa84465e4c1c9ca3c8afa1bf2"
1479
1479
+
}
1480
1480
+
}
1481
1481
+
}
1482
1482
+
},
1483
1483
+
"rustup-init": {
1484
1484
+
"version": "1.25.1",
1485
1485
+
"bottle": {
1486
1486
+
"rebuild": 0,
1487
1487
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1488
1488
+
"files": {
1489
1489
+
"arm64_monterey": {
1490
1490
+
"cellar": ":any_skip_relocation",
1491
1491
+
"url": "https://ghcr.io/v2/homebrew/core/rustup-init/blobs/sha256:b9ee3f915e1049efd38f7c4600a6c8843f8f7382f2f9683b4decbc635b71c524",
1492
1492
+
"sha256": "b9ee3f915e1049efd38f7c4600a6c8843f8f7382f2f9683b4decbc635b71c524"
1493
1493
+
},
1494
1494
+
"arm64_big_sur": {
1495
1495
+
"cellar": ":any_skip_relocation",
1496
1496
+
"url": "https://ghcr.io/v2/homebrew/core/rustup-init/blobs/sha256:75d1be12dc64d53f7baf0e3743a0e4cc39c5955c5b484892ca35629ab3659b7c",
1497
1497
+
"sha256": "75d1be12dc64d53f7baf0e3743a0e4cc39c5955c5b484892ca35629ab3659b7c"
1498
1498
+
},
1499
1499
+
"monterey": {
1500
1500
+
"cellar": ":any_skip_relocation",
1501
1501
+
"url": "https://ghcr.io/v2/homebrew/core/rustup-init/blobs/sha256:85fc35fbacf815142d73a35d7eb55c5d3b00a86f289c5e9ced526df590fd1460",
1502
1502
+
"sha256": "85fc35fbacf815142d73a35d7eb55c5d3b00a86f289c5e9ced526df590fd1460"
1503
1503
+
},
1504
1504
+
"big_sur": {
1505
1505
+
"cellar": ":any_skip_relocation",
1506
1506
+
"url": "https://ghcr.io/v2/homebrew/core/rustup-init/blobs/sha256:f90bf0b4bada9efb8a8734056cf298767b81179842fc02a8d70d01b3f8c67586",
1507
1507
+
"sha256": "f90bf0b4bada9efb8a8734056cf298767b81179842fc02a8d70d01b3f8c67586"
1508
1508
+
},
1509
1509
+
"catalina": {
1510
1510
+
"cellar": ":any_skip_relocation",
1511
1511
+
"url": "https://ghcr.io/v2/homebrew/core/rustup-init/blobs/sha256:d72e4ef00102429c15afd4ff0a67b31f35d6cd920711ca9fae65c772b31be940",
1512
1512
+
"sha256": "d72e4ef00102429c15afd4ff0a67b31f35d6cd920711ca9fae65c772b31be940"
1513
1513
+
},
1514
1514
+
"x86_64_linux": {
1515
1515
+
"cellar": ":any_skip_relocation",
1516
1516
+
"url": "https://ghcr.io/v2/homebrew/core/rustup-init/blobs/sha256:17e0563f79d997f47685faeafe39cea1a49e1f932ed7799921ce6895392684ba",
1517
1517
+
"sha256": "17e0563f79d997f47685faeafe39cea1a49e1f932ed7799921ce6895392684ba"
1518
1518
+
}
1519
1519
+
}
1520
1520
+
}
1521
1521
+
},
1522
1522
+
"stern": {
1523
1523
+
"version": "1.21.0",
1524
1524
+
"bottle": {
1525
1525
+
"rebuild": 0,
1526
1526
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1527
1527
+
"files": {
1528
1528
+
"arm64_monterey": {
1529
1529
+
"cellar": ":any_skip_relocation",
1530
1530
+
"url": "https://ghcr.io/v2/homebrew/core/stern/blobs/sha256:b70d60729da9ae4aabbf89522296774d0cd5c72c857bca9feb9798b8b3d4aaae",
1531
1531
+
"sha256": "b70d60729da9ae4aabbf89522296774d0cd5c72c857bca9feb9798b8b3d4aaae"
1532
1532
+
},
1533
1533
+
"arm64_big_sur": {
1534
1534
+
"cellar": ":any_skip_relocation",
1535
1535
+
"url": "https://ghcr.io/v2/homebrew/core/stern/blobs/sha256:091dd476809a0005987aac1b3b504f3228ca02e47d685978cb4fc00e9a6ebfd2",
1536
1536
+
"sha256": "091dd476809a0005987aac1b3b504f3228ca02e47d685978cb4fc00e9a6ebfd2"
1537
1537
+
},
1538
1538
+
"monterey": {
1539
1539
+
"cellar": ":any_skip_relocation",
1540
1540
+
"url": "https://ghcr.io/v2/homebrew/core/stern/blobs/sha256:ff3e1b21a6a10d56010f47ee3ddada080cf9486ba6854f57093c7513b9856249",
1541
1541
+
"sha256": "ff3e1b21a6a10d56010f47ee3ddada080cf9486ba6854f57093c7513b9856249"
1542
1542
+
},
1543
1543
+
"big_sur": {
1544
1544
+
"cellar": ":any_skip_relocation",
1545
1545
+
"url": "https://ghcr.io/v2/homebrew/core/stern/blobs/sha256:432ad8338d36e21c10a41e2480172fa6799eed8b7294709bafab80a040c47a63",
1546
1546
+
"sha256": "432ad8338d36e21c10a41e2480172fa6799eed8b7294709bafab80a040c47a63"
1547
1547
+
},
1548
1548
+
"catalina": {
1549
1549
+
"cellar": ":any_skip_relocation",
1550
1550
+
"url": "https://ghcr.io/v2/homebrew/core/stern/blobs/sha256:d58b0773d75096a4003b2a84484c5544e5df33f492bae485f69694b3593a84e8",
1551
1551
+
"sha256": "d58b0773d75096a4003b2a84484c5544e5df33f492bae485f69694b3593a84e8"
1552
1552
+
},
1553
1553
+
"x86_64_linux": {
1554
1554
+
"cellar": ":any_skip_relocation",
1555
1555
+
"url": "https://ghcr.io/v2/homebrew/core/stern/blobs/sha256:4455d5cb038d7134bf34b9b6678a2258da4ce950a540860b0d4290232403eab4",
1556
1556
+
"sha256": "4455d5cb038d7134bf34b9b6678a2258da4ce950a540860b0d4290232403eab4"
1557
1557
+
}
1558
1558
+
}
1559
1559
+
}
1560
1560
+
},
1561
1561
+
"tfenv": {
1562
1562
+
"version": "3.0.0",
1563
1563
+
"bottle": {
1564
1564
+
"rebuild": 0,
1565
1565
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1566
1566
+
"files": {
1567
1567
+
"all": {
1568
1568
+
"cellar": ":any_skip_relocation",
1569
1569
+
"url": "https://ghcr.io/v2/homebrew/core/tfenv/blobs/sha256:4905c2390b0254348be44da1c4a05b3d8bf4d8704b94d16b739d64fd4709784b",
1570
1570
+
"sha256": "4905c2390b0254348be44da1c4a05b3d8bf4d8704b94d16b739d64fd4709784b"
1571
1571
+
}
1572
1572
+
}
1573
1573
+
}
1574
1574
+
},
1575
1575
+
"tflint": {
1576
1576
+
"version": "0.39.3",
1577
1577
+
"bottle": {
1578
1578
+
"rebuild": 0,
1579
1579
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1580
1580
+
"files": {
1581
1581
+
"arm64_monterey": {
1582
1582
+
"cellar": ":any_skip_relocation",
1583
1583
+
"url": "https://ghcr.io/v2/homebrew/core/tflint/blobs/sha256:cc7e474d690b1ec25b41b60ed49ad5a0ebd4be5927497a3d5fb7a0c172d5a3fc",
1584
1584
+
"sha256": "cc7e474d690b1ec25b41b60ed49ad5a0ebd4be5927497a3d5fb7a0c172d5a3fc"
1585
1585
+
},
1586
1586
+
"arm64_big_sur": {
1587
1587
+
"cellar": ":any_skip_relocation",
1588
1588
+
"url": "https://ghcr.io/v2/homebrew/core/tflint/blobs/sha256:98eeab8b1c12b4f01b6b03f9ceff2edf4152ec73787fc5b0dceb1140a2a8cac7",
1589
1589
+
"sha256": "98eeab8b1c12b4f01b6b03f9ceff2edf4152ec73787fc5b0dceb1140a2a8cac7"
1590
1590
+
},
1591
1591
+
"monterey": {
1592
1592
+
"cellar": ":any_skip_relocation",
1593
1593
+
"url": "https://ghcr.io/v2/homebrew/core/tflint/blobs/sha256:cb51d0103aa72abb68f797c40fe08bbb6a64d703801c18d2794cf756cfa2f78f",
1594
1594
+
"sha256": "cb51d0103aa72abb68f797c40fe08bbb6a64d703801c18d2794cf756cfa2f78f"
1595
1595
+
},
1596
1596
+
"big_sur": {
1597
1597
+
"cellar": ":any_skip_relocation",
1598
1598
+
"url": "https://ghcr.io/v2/homebrew/core/tflint/blobs/sha256:68040d50f1b7c4112042e52b05b22bbe1fa6b6a980c8bb8dcaa28c2c4185f6be",
1599
1599
+
"sha256": "68040d50f1b7c4112042e52b05b22bbe1fa6b6a980c8bb8dcaa28c2c4185f6be"
1600
1600
+
},
1601
1601
+
"catalina": {
1602
1602
+
"cellar": ":any_skip_relocation",
1603
1603
+
"url": "https://ghcr.io/v2/homebrew/core/tflint/blobs/sha256:0d146db52f865c2b9e0a7138d20286a157c0f0ad2612230dd232fcce48aa813e",
1604
1604
+
"sha256": "0d146db52f865c2b9e0a7138d20286a157c0f0ad2612230dd232fcce48aa813e"
1605
1605
+
},
1606
1606
+
"x86_64_linux": {
1607
1607
+
"cellar": ":any_skip_relocation",
1608
1608
+
"url": "https://ghcr.io/v2/homebrew/core/tflint/blobs/sha256:ac8a30f692c5e181c403eac8f14d9027941ced13b4824a251c6899d37e54ac63",
1609
1609
+
"sha256": "ac8a30f692c5e181c403eac8f14d9027941ced13b4824a251c6899d37e54ac63"
1610
1610
+
}
1611
1611
+
}
1612
1612
+
}
1613
1613
+
},
1614
1614
+
"tilt": {
1615
1615
+
"version": "0.30.7",
1616
1616
+
"bottle": {
1617
1617
+
"rebuild": 0,
1618
1618
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1619
1619
+
"files": {
1620
1620
+
"arm64_monterey": {
1621
1621
+
"cellar": ":any_skip_relocation",
1622
1622
+
"url": "https://ghcr.io/v2/homebrew/core/tilt/blobs/sha256:7701f3cc43d9de4c0fc847b4ad11e6f21c8dfae824869e9046de4c36079ac779",
1623
1623
+
"sha256": "7701f3cc43d9de4c0fc847b4ad11e6f21c8dfae824869e9046de4c36079ac779"
1624
1624
+
},
1625
1625
+
"arm64_big_sur": {
1626
1626
+
"cellar": ":any_skip_relocation",
1627
1627
+
"url": "https://ghcr.io/v2/homebrew/core/tilt/blobs/sha256:b66eb433425ac7c8b79ec343e2eaa90227b23b7fb6f0ad5d3909872ce543bc33",
1628
1628
+
"sha256": "b66eb433425ac7c8b79ec343e2eaa90227b23b7fb6f0ad5d3909872ce543bc33"
1629
1629
+
},
1630
1630
+
"monterey": {
1631
1631
+
"cellar": ":any_skip_relocation",
1632
1632
+
"url": "https://ghcr.io/v2/homebrew/core/tilt/blobs/sha256:d067f6dba01f756436cfa59e7952e8b5b4aae8e57d277e1a52c23d0a5b6347fd",
1633
1633
+
"sha256": "d067f6dba01f756436cfa59e7952e8b5b4aae8e57d277e1a52c23d0a5b6347fd"
1634
1634
+
},
1635
1635
+
"big_sur": {
1636
1636
+
"cellar": ":any_skip_relocation",
1637
1637
+
"url": "https://ghcr.io/v2/homebrew/core/tilt/blobs/sha256:9b50d10e67aa535c542c6fb875297f1749cc45f26885c6ca788f669d91ec43b3",
1638
1638
+
"sha256": "9b50d10e67aa535c542c6fb875297f1749cc45f26885c6ca788f669d91ec43b3"
1639
1639
+
},
1640
1640
+
"catalina": {
1641
1641
+
"cellar": ":any_skip_relocation",
1642
1642
+
"url": "https://ghcr.io/v2/homebrew/core/tilt/blobs/sha256:eb9062ca30d8d843f796812caea7439dc257a0ec794f4f17419650c4ae8ce8e2",
1643
1643
+
"sha256": "eb9062ca30d8d843f796812caea7439dc257a0ec794f4f17419650c4ae8ce8e2"
1644
1644
+
},
1645
1645
+
"x86_64_linux": {
1646
1646
+
"cellar": ":any_skip_relocation",
1647
1647
+
"url": "https://ghcr.io/v2/homebrew/core/tilt/blobs/sha256:e642f946300069b3ff8a288f23aa60ecb482446dcac0e24963ad53abd9d74599",
1648
1648
+
"sha256": "e642f946300069b3ff8a288f23aa60ecb482446dcac0e24963ad53abd9d74599"
1649
1649
+
}
1650
1650
+
}
1651
1651
+
}
1652
1652
+
},
1653
1653
+
"tmux": {
1654
1654
+
"version": "3.3a",
1655
1655
+
"bottle": {
1656
1656
+
"rebuild": 1,
1657
1657
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1658
1658
+
"files": {
1659
1659
+
"arm64_monterey": {
1660
1660
+
"cellar": ":any",
1661
1661
+
"url": "https://ghcr.io/v2/homebrew/core/tmux/blobs/sha256:0ca53c250a3e70d97ca511edd13f2d16660e4e94a41465a8708306e03b231b76",
1662
1662
+
"sha256": "0ca53c250a3e70d97ca511edd13f2d16660e4e94a41465a8708306e03b231b76"
1663
1663
+
},
1664
1664
+
"arm64_big_sur": {
1665
1665
+
"cellar": ":any",
1666
1666
+
"url": "https://ghcr.io/v2/homebrew/core/tmux/blobs/sha256:89a9edfec5e665df5b9e2e0f47e1721c1e074725846705819042a9c691683981",
1667
1667
+
"sha256": "89a9edfec5e665df5b9e2e0f47e1721c1e074725846705819042a9c691683981"
1668
1668
+
},
1669
1669
+
"monterey": {
1670
1670
+
"cellar": ":any",
1671
1671
+
"url": "https://ghcr.io/v2/homebrew/core/tmux/blobs/sha256:c0489c25fa963b14fd5d3c53eb50f681e85bb7a5716883afe77c1efbdea7c882",
1672
1672
+
"sha256": "c0489c25fa963b14fd5d3c53eb50f681e85bb7a5716883afe77c1efbdea7c882"
1673
1673
+
},
1674
1674
+
"big_sur": {
1675
1675
+
"cellar": ":any",
1676
1676
+
"url": "https://ghcr.io/v2/homebrew/core/tmux/blobs/sha256:85eb7ec949aad04ad0a550a4a8151bc4453e229d813fda0be724f17fd8cf40e1",
1677
1677
+
"sha256": "85eb7ec949aad04ad0a550a4a8151bc4453e229d813fda0be724f17fd8cf40e1"
1678
1678
+
},
1679
1679
+
"catalina": {
1680
1680
+
"cellar": ":any",
1681
1681
+
"url": "https://ghcr.io/v2/homebrew/core/tmux/blobs/sha256:3cb3c779b9e62f0f5f5d9204309d194148ee66e3bc930480cabf7bee1b897623",
1682
1682
+
"sha256": "3cb3c779b9e62f0f5f5d9204309d194148ee66e3bc930480cabf7bee1b897623"
1683
1683
+
},
1684
1684
+
"x86_64_linux": {
1685
1685
+
"cellar": ":any_skip_relocation",
1686
1686
+
"url": "https://ghcr.io/v2/homebrew/core/tmux/blobs/sha256:b2eed5059099ba7ffeb68260c3163184b5d9b6a09e3b9b80d33ab2bf007513d8",
1687
1687
+
"sha256": "b2eed5059099ba7ffeb68260c3163184b5d9b6a09e3b9b80d33ab2bf007513d8"
1688
1688
+
}
1689
1689
+
}
1690
1690
+
}
1691
1691
+
},
1692
1692
+
"tree": {
1693
1693
+
"version": "2.0.2",
1694
1694
+
"bottle": {
1695
1695
+
"rebuild": 0,
1696
1696
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1697
1697
+
"files": {
1698
1698
+
"arm64_monterey": {
1699
1699
+
"cellar": ":any_skip_relocation",
1700
1700
+
"url": "https://ghcr.io/v2/homebrew/core/tree/blobs/sha256:4067f9a8f40d9bbf337272fcee99df3ad4d055ebbaf7166fed039e1bb1a45cb9",
1701
1701
+
"sha256": "4067f9a8f40d9bbf337272fcee99df3ad4d055ebbaf7166fed039e1bb1a45cb9"
1702
1702
+
},
1703
1703
+
"arm64_big_sur": {
1704
1704
+
"cellar": ":any_skip_relocation",
1705
1705
+
"url": "https://ghcr.io/v2/homebrew/core/tree/blobs/sha256:332870d58176b70b06af057186afe0fb3168158c51ff2826222dd43fafe582b7",
1706
1706
+
"sha256": "332870d58176b70b06af057186afe0fb3168158c51ff2826222dd43fafe582b7"
1707
1707
+
},
1708
1708
+
"monterey": {
1709
1709
+
"cellar": ":any_skip_relocation",
1710
1710
+
"url": "https://ghcr.io/v2/homebrew/core/tree/blobs/sha256:ea1c2527bde7429aef3bc634a0dc52db53616a5d1c2861f6338c5ae3f5539624",
1711
1711
+
"sha256": "ea1c2527bde7429aef3bc634a0dc52db53616a5d1c2861f6338c5ae3f5539624"
1712
1712
+
},
1713
1713
+
"big_sur": {
1714
1714
+
"cellar": ":any_skip_relocation",
1715
1715
+
"url": "https://ghcr.io/v2/homebrew/core/tree/blobs/sha256:e4530a4cc9024dafee21609b81b7d10649a1817c7a9c718b697b34d592e45282",
1716
1716
+
"sha256": "e4530a4cc9024dafee21609b81b7d10649a1817c7a9c718b697b34d592e45282"
1717
1717
+
},
1718
1718
+
"catalina": {
1719
1719
+
"cellar": ":any_skip_relocation",
1720
1720
+
"url": "https://ghcr.io/v2/homebrew/core/tree/blobs/sha256:e02fc65aff868fb5813fba17fd6e9db2fbe5ea7bbfb181a768a0f1ab9a6b7467",
1721
1721
+
"sha256": "e02fc65aff868fb5813fba17fd6e9db2fbe5ea7bbfb181a768a0f1ab9a6b7467"
1722
1722
+
},
1723
1723
+
"x86_64_linux": {
1724
1724
+
"cellar": ":any_skip_relocation",
1725
1725
+
"url": "https://ghcr.io/v2/homebrew/core/tree/blobs/sha256:e1d7569f6930271d694e739e93eb026aac1e8b386ee3af8eb9aed9be32cb1865",
1726
1726
+
"sha256": "e1d7569f6930271d694e739e93eb026aac1e8b386ee3af8eb9aed9be32cb1865"
1727
1727
+
}
1728
1728
+
}
1729
1729
+
}
1730
1730
+
},
1731
1731
+
"unar": {
1732
1732
+
"version": "1.10.7",
1733
1733
+
"bottle": {
1734
1734
+
"rebuild": 0,
1735
1735
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1736
1736
+
"files": {
1737
1737
+
"arm64_monterey": {
1738
1738
+
"cellar": ":any",
1739
1739
+
"url": "https://ghcr.io/v2/homebrew/core/unar/blobs/sha256:5cedc1ed00cb1f638f6e7d7f026196c19aaf8e2ce9eacb7d9220b98cae2f0649",
1740
1740
+
"sha256": "5cedc1ed00cb1f638f6e7d7f026196c19aaf8e2ce9eacb7d9220b98cae2f0649"
1741
1741
+
},
1742
1742
+
"arm64_big_sur": {
1743
1743
+
"cellar": ":any",
1744
1744
+
"url": "https://ghcr.io/v2/homebrew/core/unar/blobs/sha256:16091256fd3c0d13a774fc1900b7b21584fb9eee669a65de56906e188fbcc665",
1745
1745
+
"sha256": "16091256fd3c0d13a774fc1900b7b21584fb9eee669a65de56906e188fbcc665"
1746
1746
+
},
1747
1747
+
"monterey": {
1748
1748
+
"cellar": ":any",
1749
1749
+
"url": "https://ghcr.io/v2/homebrew/core/unar/blobs/sha256:2da5bda2a8ad54072fffd22e81c3b3b85320f8d68b993fdc4282dc6c87cec0e6",
1750
1750
+
"sha256": "2da5bda2a8ad54072fffd22e81c3b3b85320f8d68b993fdc4282dc6c87cec0e6"
1751
1751
+
},
1752
1752
+
"big_sur": {
1753
1753
+
"cellar": ":any",
1754
1754
+
"url": "https://ghcr.io/v2/homebrew/core/unar/blobs/sha256:a92a0fd33d7598591efa5dc01692221053cdc612bb218f46df422af0bd5082c6",
1755
1755
+
"sha256": "a92a0fd33d7598591efa5dc01692221053cdc612bb218f46df422af0bd5082c6"
1756
1756
+
},
1757
1757
+
"catalina": {
1758
1758
+
"cellar": ":any",
1759
1759
+
"url": "https://ghcr.io/v2/homebrew/core/unar/blobs/sha256:6207848baad1fda03e3bdda9a8cd621ef2d226a02fcf4219fec64c9f418b9a0e",
1760
1760
+
"sha256": "6207848baad1fda03e3bdda9a8cd621ef2d226a02fcf4219fec64c9f418b9a0e"
1761
1761
+
},
1762
1762
+
"mojave": {
1763
1763
+
"cellar": ":any",
1764
1764
+
"url": "https://ghcr.io/v2/homebrew/core/unar/blobs/sha256:f09e3c1eb465cec023037048305b493e3ed57696a775eb121076951b8ae63e76",
1765
1765
+
"sha256": "f09e3c1eb465cec023037048305b493e3ed57696a775eb121076951b8ae63e76"
1766
1766
+
},
1767
1767
+
"x86_64_linux": {
1768
1768
+
"cellar": ":any_skip_relocation",
1769
1769
+
"url": "https://ghcr.io/v2/homebrew/core/unar/blobs/sha256:7e82767f0456781aff87035e18d2062da86ed91863ac196f059f6e799ae3db3f",
1770
1770
+
"sha256": "7e82767f0456781aff87035e18d2062da86ed91863ac196f059f6e799ae3db3f"
1771
1771
+
}
1772
1772
+
}
1773
1773
+
}
1774
1774
+
},
1775
1775
+
"volta": {
1776
1776
+
"version": "1.0.8",
1777
1777
+
"bottle": {
1778
1778
+
"rebuild": 1,
1779
1779
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1780
1780
+
"files": {
1781
1781
+
"arm64_monterey": {
1782
1782
+
"cellar": ":any_skip_relocation",
1783
1783
+
"url": "https://ghcr.io/v2/homebrew/core/volta/blobs/sha256:b3dcfd6c65b371576ca8160e66ce951a025ae361f8fcfd8fa0bfa144421945cc",
1784
1784
+
"sha256": "b3dcfd6c65b371576ca8160e66ce951a025ae361f8fcfd8fa0bfa144421945cc"
1785
1785
+
},
1786
1786
+
"arm64_big_sur": {
1787
1787
+
"cellar": ":any_skip_relocation",
1788
1788
+
"url": "https://ghcr.io/v2/homebrew/core/volta/blobs/sha256:d4275cd296aab5456e9622d5059bf2da5f13d2a76cb38790542feb0b8b08d09d",
1789
1789
+
"sha256": "d4275cd296aab5456e9622d5059bf2da5f13d2a76cb38790542feb0b8b08d09d"
1790
1790
+
},
1791
1791
+
"monterey": {
1792
1792
+
"cellar": ":any_skip_relocation",
1793
1793
+
"url": "https://ghcr.io/v2/homebrew/core/volta/blobs/sha256:f37c5126cdf7772300510b7f9024a12ce732ccc72a9de0473c1529fec2addbbc",
1794
1794
+
"sha256": "f37c5126cdf7772300510b7f9024a12ce732ccc72a9de0473c1529fec2addbbc"
1795
1795
+
},
1796
1796
+
"big_sur": {
1797
1797
+
"cellar": ":any_skip_relocation",
1798
1798
+
"url": "https://ghcr.io/v2/homebrew/core/volta/blobs/sha256:97046fcb096d1855088dd079a83ff369b8e687f58e217170d6626d691cbcb7bb",
1799
1799
+
"sha256": "97046fcb096d1855088dd079a83ff369b8e687f58e217170d6626d691cbcb7bb"
1800
1800
+
},
1801
1801
+
"catalina": {
1802
1802
+
"cellar": ":any_skip_relocation",
1803
1803
+
"url": "https://ghcr.io/v2/homebrew/core/volta/blobs/sha256:66d958ce29dec5420fb8b9694c385a7e4db82feb19691564f1ffa2eb1ecff8e4",
1804
1804
+
"sha256": "66d958ce29dec5420fb8b9694c385a7e4db82feb19691564f1ffa2eb1ecff8e4"
1805
1805
+
},
1806
1806
+
"x86_64_linux": {
1807
1807
+
"cellar": ":any_skip_relocation",
1808
1808
+
"url": "https://ghcr.io/v2/homebrew/core/volta/blobs/sha256:ae5aa47390ca45161d6416fd3df3c84662d6058c2bea8cc999a52ec715588f67",
1809
1809
+
"sha256": "ae5aa47390ca45161d6416fd3df3c84662d6058c2bea8cc999a52ec715588f67"
1810
1810
+
}
1811
1811
+
}
1812
1812
+
}
1813
1813
+
},
1814
1814
+
"watch": {
1815
1815
+
"version": "4.0.0",
1816
1816
+
"bottle": {
1817
1817
+
"rebuild": 0,
1818
1818
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1819
1819
+
"files": {
1820
1820
+
"arm64_monterey": {
1821
1821
+
"cellar": ":any",
1822
1822
+
"url": "https://ghcr.io/v2/homebrew/core/watch/blobs/sha256:99135b41e5c85d6faaeaa3b3f9c74b17eea68d1394b639e3f4824ed4a582e9c4",
1823
1823
+
"sha256": "99135b41e5c85d6faaeaa3b3f9c74b17eea68d1394b639e3f4824ed4a582e9c4"
1824
1824
+
},
1825
1825
+
"arm64_big_sur": {
1826
1826
+
"cellar": ":any",
1827
1827
+
"url": "https://ghcr.io/v2/homebrew/core/watch/blobs/sha256:4560b743e716fa5aaff0b809fbf8e0fbcc9c71f4e4f502b77acb2f9130b846e0",
1828
1828
+
"sha256": "4560b743e716fa5aaff0b809fbf8e0fbcc9c71f4e4f502b77acb2f9130b846e0"
1829
1829
+
},
1830
1830
+
"monterey": {
1831
1831
+
"cellar": ":any",
1832
1832
+
"url": "https://ghcr.io/v2/homebrew/core/watch/blobs/sha256:2133244ca4acb47a37f24fa3930c5ab7d200b98d0d46fb80a7fb459373389e0e",
1833
1833
+
"sha256": "2133244ca4acb47a37f24fa3930c5ab7d200b98d0d46fb80a7fb459373389e0e"
1834
1834
+
},
1835
1835
+
"big_sur": {
1836
1836
+
"cellar": ":any",
1837
1837
+
"url": "https://ghcr.io/v2/homebrew/core/watch/blobs/sha256:77383edb8de69055e0156ac24ba26f9c786b0d40e72d8e72a2c068d36f64c45e",
1838
1838
+
"sha256": "77383edb8de69055e0156ac24ba26f9c786b0d40e72d8e72a2c068d36f64c45e"
1839
1839
+
},
1840
1840
+
"catalina": {
1841
1841
+
"cellar": ":any",
1842
1842
+
"url": "https://ghcr.io/v2/homebrew/core/watch/blobs/sha256:32271afc05e243444040094864b075f61079a3464197699870b5026d4b3f62a8",
1843
1843
+
"sha256": "32271afc05e243444040094864b075f61079a3464197699870b5026d4b3f62a8"
1844
1844
+
},
1845
1845
+
"x86_64_linux": {
1846
1846
+
"cellar": ":any_skip_relocation",
1847
1847
+
"url": "https://ghcr.io/v2/homebrew/core/watch/blobs/sha256:f6b323f891f08beffb572b77b70e371906ec9a263de9176bcf444e5d91c41719",
1848
1848
+
"sha256": "f6b323f891f08beffb572b77b70e371906ec9a263de9176bcf444e5d91c41719"
1849
1849
+
}
1850
1850
+
}
1851
1851
+
}
1852
1852
+
},
1853
1853
+
"wget": {
1854
1854
+
"version": "1.21.3",
1855
1855
+
"bottle": {
1856
1856
+
"rebuild": 0,
1857
1857
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1858
1858
+
"files": {
1859
1859
+
"arm64_monterey": {
1860
1860
+
"cellar": "/opt/homebrew/Cellar",
1861
1861
+
"url": "https://ghcr.io/v2/homebrew/core/wget/blobs/sha256:fc83eec77acee50d2d7ce3bb0cca08d80acccc148e909921de42e57dd5fc7f3d",
1862
1862
+
"sha256": "fc83eec77acee50d2d7ce3bb0cca08d80acccc148e909921de42e57dd5fc7f3d"
1863
1863
+
},
1864
1864
+
"arm64_big_sur": {
1865
1865
+
"cellar": "/opt/homebrew/Cellar",
1866
1866
+
"url": "https://ghcr.io/v2/homebrew/core/wget/blobs/sha256:a0c491ae7de2b722320efa94704567e36f3a0bd04bd946b1431ecbd1bcbfb899",
1867
1867
+
"sha256": "a0c491ae7de2b722320efa94704567e36f3a0bd04bd946b1431ecbd1bcbfb899"
1868
1868
+
},
1869
1869
+
"monterey": {
1870
1870
+
"cellar": "/usr/local/Cellar",
1871
1871
+
"url": "https://ghcr.io/v2/homebrew/core/wget/blobs/sha256:aa706c58ae7e97abf91be56e785335aff058c431f9973dffac06aacbea558497",
1872
1872
+
"sha256": "aa706c58ae7e97abf91be56e785335aff058c431f9973dffac06aacbea558497"
1873
1873
+
},
1874
1874
+
"big_sur": {
1875
1875
+
"cellar": "/usr/local/Cellar",
1876
1876
+
"url": "https://ghcr.io/v2/homebrew/core/wget/blobs/sha256:b90e0d7a4319ccdb18ee0c2ed097e9cddeeceaaf70dc0a785d96b4ba69dbeb54",
1877
1877
+
"sha256": "b90e0d7a4319ccdb18ee0c2ed097e9cddeeceaaf70dc0a785d96b4ba69dbeb54"
1878
1878
+
},
1879
1879
+
"catalina": {
1880
1880
+
"cellar": "/usr/local/Cellar",
1881
1881
+
"url": "https://ghcr.io/v2/homebrew/core/wget/blobs/sha256:2aadef5aae81ecdd7e28bc9a776adcf0eaa393edae904e0c69740a442b7a3e69",
1882
1882
+
"sha256": "2aadef5aae81ecdd7e28bc9a776adcf0eaa393edae904e0c69740a442b7a3e69"
1883
1883
+
},
1884
1884
+
"x86_64_linux": {
1885
1885
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
1886
1886
+
"url": "https://ghcr.io/v2/homebrew/core/wget/blobs/sha256:b6f20b1f4da03b9ee6a42f9305ee015eae7f80afea198e405c0b775eb2333de1",
1887
1887
+
"sha256": "b6f20b1f4da03b9ee6a42f9305ee015eae7f80afea198e405c0b775eb2333de1"
1888
1888
+
}
1889
1889
+
}
1890
1890
+
}
1891
1891
+
},
1892
1892
+
"yq": {
1893
1893
+
"version": "4.27.2",
1894
1894
+
"bottle": {
1895
1895
+
"rebuild": 0,
1896
1896
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1897
1897
+
"files": {
1898
1898
+
"arm64_monterey": {
1899
1899
+
"cellar": ":any_skip_relocation",
1900
1900
+
"url": "https://ghcr.io/v2/homebrew/core/yq/blobs/sha256:e4f666133ab3cdb1cc06fb7d1f4cb9f68c8b0a9db431084cd2c95c165c83e502",
1901
1901
+
"sha256": "e4f666133ab3cdb1cc06fb7d1f4cb9f68c8b0a9db431084cd2c95c165c83e502"
1902
1902
+
},
1903
1903
+
"arm64_big_sur": {
1904
1904
+
"cellar": ":any_skip_relocation",
1905
1905
+
"url": "https://ghcr.io/v2/homebrew/core/yq/blobs/sha256:34c7261bb0b2a8b72bea21fbcb500c485eb042b6406655fe07486eb218bff046",
1906
1906
+
"sha256": "34c7261bb0b2a8b72bea21fbcb500c485eb042b6406655fe07486eb218bff046"
1907
1907
+
},
1908
1908
+
"monterey": {
1909
1909
+
"cellar": ":any_skip_relocation",
1910
1910
+
"url": "https://ghcr.io/v2/homebrew/core/yq/blobs/sha256:3484ff68132befa63c83d6ae21113b3a10983f8cad19cc95898f2844e1e5168f",
1911
1911
+
"sha256": "3484ff68132befa63c83d6ae21113b3a10983f8cad19cc95898f2844e1e5168f"
1912
1912
+
},
1913
1913
+
"big_sur": {
1914
1914
+
"cellar": ":any_skip_relocation",
1915
1915
+
"url": "https://ghcr.io/v2/homebrew/core/yq/blobs/sha256:31a5efdd8b67f4e530317ccd63fe89c4de7b8fa0935eec88d764b3bf941c4a2c",
1916
1916
+
"sha256": "31a5efdd8b67f4e530317ccd63fe89c4de7b8fa0935eec88d764b3bf941c4a2c"
1917
1917
+
},
1918
1918
+
"catalina": {
1919
1919
+
"cellar": ":any_skip_relocation",
1920
1920
+
"url": "https://ghcr.io/v2/homebrew/core/yq/blobs/sha256:1459fb4830bddd5acfeea2bbde7e7d25419c1894ff0f1811cb1a566fdaa7b14a",
1921
1921
+
"sha256": "1459fb4830bddd5acfeea2bbde7e7d25419c1894ff0f1811cb1a566fdaa7b14a"
1922
1922
+
},
1923
1923
+
"x86_64_linux": {
1924
1924
+
"cellar": ":any_skip_relocation",
1925
1925
+
"url": "https://ghcr.io/v2/homebrew/core/yq/blobs/sha256:8673c42d7e961b5b4809159e22a63e59b85dbd2979ca0f97befd6f1695975b54",
1926
1926
+
"sha256": "8673c42d7e961b5b4809159e22a63e59b85dbd2979ca0f97befd6f1695975b54"
1927
1927
+
}
1928
1928
+
}
1929
1929
+
}
1930
1930
+
},
1931
1931
+
"zola": {
1932
1932
+
"version": "0.16.1",
1933
1933
+
"bottle": {
1934
1934
+
"rebuild": 0,
1935
1935
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1936
1936
+
"files": {
1937
1937
+
"arm64_monterey": {
1938
1938
+
"cellar": ":any_skip_relocation",
1939
1939
+
"url": "https://ghcr.io/v2/homebrew/core/zola/blobs/sha256:c08e6c88309de152f7a265da012dcb9823f1cbe5fbba77848b877bbd946cb1df",
1940
1940
+
"sha256": "c08e6c88309de152f7a265da012dcb9823f1cbe5fbba77848b877bbd946cb1df"
1941
1941
+
},
1942
1942
+
"arm64_big_sur": {
1943
1943
+
"cellar": ":any_skip_relocation",
1944
1944
+
"url": "https://ghcr.io/v2/homebrew/core/zola/blobs/sha256:2a46518e851b622f75ecb407a3c7e2be03ca5dedbbb1b28f70bbb8439c1c1bfd",
1945
1945
+
"sha256": "2a46518e851b622f75ecb407a3c7e2be03ca5dedbbb1b28f70bbb8439c1c1bfd"
1946
1946
+
},
1947
1947
+
"monterey": {
1948
1948
+
"cellar": ":any_skip_relocation",
1949
1949
+
"url": "https://ghcr.io/v2/homebrew/core/zola/blobs/sha256:f96375804c79ee2f6c6ce6403412a014b819f3432c170b9f8a6e27361886db79",
1950
1950
+
"sha256": "f96375804c79ee2f6c6ce6403412a014b819f3432c170b9f8a6e27361886db79"
1951
1951
+
},
1952
1952
+
"big_sur": {
1953
1953
+
"cellar": ":any_skip_relocation",
1954
1954
+
"url": "https://ghcr.io/v2/homebrew/core/zola/blobs/sha256:7c51958a5366ab917fc911e719e29b3a84f1bfd624ff8d2cfb66685667bc3af0",
1955
1955
+
"sha256": "7c51958a5366ab917fc911e719e29b3a84f1bfd624ff8d2cfb66685667bc3af0"
1956
1956
+
},
1957
1957
+
"catalina": {
1958
1958
+
"cellar": ":any_skip_relocation",
1959
1959
+
"url": "https://ghcr.io/v2/homebrew/core/zola/blobs/sha256:1bdac43bf87c55f43bbd1e85135673c870f90651b7948ea20c41c8a3a340b0f7",
1960
1960
+
"sha256": "1bdac43bf87c55f43bbd1e85135673c870f90651b7948ea20c41c8a3a340b0f7"
1961
1961
+
},
1962
1962
+
"x86_64_linux": {
1963
1963
+
"cellar": ":any_skip_relocation",
1964
1964
+
"url": "https://ghcr.io/v2/homebrew/core/zola/blobs/sha256:099dea7dde5fe17e0179b1b38a88c75845f7416df522dbd6e1fc3ebbc0520842",
1965
1965
+
"sha256": "099dea7dde5fe17e0179b1b38a88c75845f7416df522dbd6e1fc3ebbc0520842"
1966
1966
+
}
1967
1967
+
}
1968
1968
+
}
1969
1969
+
},
1970
1970
+
"zsh": {
1971
1971
+
"version": "5.9",
1972
1972
+
"bottle": {
1973
1973
+
"rebuild": 0,
1974
1974
+
"root_url": "https://ghcr.io/v2/homebrew/core",
1975
1975
+
"files": {
1976
1976
+
"arm64_monterey": {
1977
1977
+
"cellar": "/opt/homebrew/Cellar",
1978
1978
+
"url": "https://ghcr.io/v2/homebrew/core/zsh/blobs/sha256:1c6d208a7aa0601b25d04c5d41a393424b1094cf188e5b0c80fafc6e1e2755ef",
1979
1979
+
"sha256": "1c6d208a7aa0601b25d04c5d41a393424b1094cf188e5b0c80fafc6e1e2755ef"
1980
1980
+
},
1981
1981
+
"arm64_big_sur": {
1982
1982
+
"cellar": "/opt/homebrew/Cellar",
1983
1983
+
"url": "https://ghcr.io/v2/homebrew/core/zsh/blobs/sha256:0a93821dee76829dac49770d4b32d08d0678272c43937e3858d7f901bab86cd6",
1984
1984
+
"sha256": "0a93821dee76829dac49770d4b32d08d0678272c43937e3858d7f901bab86cd6"
1985
1985
+
},
1986
1986
+
"monterey": {
1987
1987
+
"cellar": "/usr/local/Cellar",
1988
1988
+
"url": "https://ghcr.io/v2/homebrew/core/zsh/blobs/sha256:b9a38fa0344b187333771a5585ad2d01c27e69a7e5362ba3fc8d7389aa3279f3",
1989
1989
+
"sha256": "b9a38fa0344b187333771a5585ad2d01c27e69a7e5362ba3fc8d7389aa3279f3"
1990
1990
+
},
1991
1991
+
"big_sur": {
1992
1992
+
"cellar": "/usr/local/Cellar",
1993
1993
+
"url": "https://ghcr.io/v2/homebrew/core/zsh/blobs/sha256:722236bd8c9a094e1eca09263f5e83a94d4c97c2ca797804eef4f9564ef729ec",
1994
1994
+
"sha256": "722236bd8c9a094e1eca09263f5e83a94d4c97c2ca797804eef4f9564ef729ec"
1995
1995
+
},
1996
1996
+
"catalina": {
1997
1997
+
"cellar": "/usr/local/Cellar",
1998
1998
+
"url": "https://ghcr.io/v2/homebrew/core/zsh/blobs/sha256:64c8757cc6db0247fb9f604ff84f61726fb5d91318c566157fa2957782040403",
1999
1999
+
"sha256": "64c8757cc6db0247fb9f604ff84f61726fb5d91318c566157fa2957782040403"
2000
2000
+
},
2001
2001
+
"x86_64_linux": {
2002
2002
+
"cellar": "/home/linuxbrew/.linuxbrew/Cellar",
2003
2003
+
"url": "https://ghcr.io/v2/homebrew/core/zsh/blobs/sha256:fb0b59e7b1407323ea06b7c757de4d75bbcfb0836ce05857b0b2cf7816a231e0",
2004
2004
+
"sha256": "fb0b59e7b1407323ea06b7c757de4d75bbcfb0836ce05857b0b2cf7816a231e0"
2005
2005
+
}
2006
2006
+
}
2007
2007
+
}
2008
2008
+
},
2009
2009
+
"cjbassi/ytop/ytop": {
2010
2010
+
"version": "0.6.2",
2011
2011
+
"bottle": false
2012
2012
+
},
2013
2013
+
"filosottile/musl-cross/musl-cross": {
2014
2014
+
"version": "0.9.9_1",
2015
2015
+
"bottle": {
2016
2016
+
"rebuild": 0,
2017
2017
+
"root_url": "https://f001.backblazeb2.com/file/filippo-public",
2018
2018
+
"files": {
2019
2019
+
"catalina": {
2020
2020
+
"cellar": ":any_skip_relocation",
2021
2021
+
"url": "https://f001.backblazeb2.com/file/filippo-public/musl-cross-0.9.9_1.catalina.bottle.tar.gz",
2022
2022
+
"sha256": "d668fe23ce3a8812204656ddad44ffda599f1515b937879d2ed33f46ec877185"
2023
2023
+
}
2024
2024
+
}
2025
2025
+
}
2026
2026
+
},
2027
2027
+
"superfly/tap/flyctl": {
2028
2028
+
"version": "0.0.373",
2029
2029
+
"bottle": false
2030
2030
+
}
2031
2031
+
},
2032
2032
+
"cask": {
2033
2033
+
"1password": {
2034
2034
+
"version": "8.8.0",
2035
2035
+
"options": {
2036
2036
+
"full_name": "1password"
2037
2037
+
}
2038
2038
+
},
2039
2039
+
"1password-cli": {
2040
2040
+
"version": "2.6.1",
2041
2041
+
"options": {
2042
2042
+
"full_name": "1password-cli"
2043
2043
+
}
2044
2044
+
},
2045
2045
+
"alacritty": {
2046
2046
+
"version": "0.10.1",
2047
2047
+
"options": {
2048
2048
+
"full_name": "alacritty"
2049
2049
+
}
2050
2050
+
},
2051
2051
+
"font-iosevka-nerd-font": {
2052
2052
+
"version": "2.1.0",
2053
2053
+
"options": {
2054
2054
+
"full_name": "font-iosevka-nerd-font"
2055
2055
+
}
2056
2056
+
},
2057
2057
+
"obsidian": {
2058
2058
+
"version": "0.15.9",
2059
2059
+
"options": {
2060
2060
+
"full_name": "obsidian"
2061
2061
+
}
2062
2062
+
},
2063
2063
+
"ngrok": {
2064
2064
+
"version": "3.0.6,91H3cQoKGUw,a",
2065
2065
+
"options": {
2066
2066
+
"full_name": "ngrok"
2067
2067
+
}
2068
2068
+
},
2069
2069
+
"google-cloud-sdk": {
2070
2070
+
"version": "latest",
2071
2071
+
"options": {
2072
2072
+
"full_name": "google-cloud-sdk"
2073
2073
+
}
2074
2074
+
},
2075
2075
+
"rectangle": {
2076
2076
+
"version": "0.57,63",
2077
2077
+
"options": {
2078
2078
+
"full_name": "rectangle"
2079
2079
+
}
2080
2080
+
},
2081
2081
+
"slack": {
2082
2082
+
"version": "4.27.154",
2083
2083
+
"options": {
2084
2084
+
"full_name": "slack"
2085
2085
+
}
2086
2086
+
},
2087
2087
+
"discord": {
2088
2088
+
"version": "0.0.268",
2089
2089
+
"options": {
2090
2090
+
"full_name": "discord"
2091
2091
+
}
2092
2092
+
},
2093
2093
+
"spotify": {
2094
2094
+
"version": "1.1.91.824,07f1e963,9",
2095
2095
+
"options": {
2096
2096
+
"full_name": "spotify"
2097
2097
+
}
2098
2098
+
},
2099
2099
+
"visual-studio-code": {
2100
2100
+
"version": "1.70.1",
2101
2101
+
"options": {
2102
2102
+
"full_name": "visual-studio-code"
2103
2103
+
}
2104
2104
+
},
2105
2105
+
"zoom": {
2106
2106
+
"version": "5.11.5.9788",
2107
2107
+
"options": {
2108
2108
+
"full_name": "zoom"
2109
2109
+
}
2110
2110
+
}
2111
2111
+
}
2112
2112
+
},
2113
2113
+
"system": {
2114
2114
+
"macos": {
2115
2115
+
"monterey": {
2116
2116
+
"HOMEBREW_VERSION": "3.5.9",
2117
2117
+
"HOMEBREW_PREFIX": "/opt/homebrew",
2118
2118
+
"Homebrew/homebrew-core": "4ab1fb477d3e9f22cc5f3f8f560c7ea832639992",
2119
2119
+
"CLT": "13.4.0.0.1.1651278267",
2120
2120
+
"Xcode": "13.4",
2121
2121
+
"macOS": "12.0.1"
2122
2122
+
}
2123
2123
+
}
2124
2124
+
}
2125
2125
+
}
+10
-4
Makefile
···
1
1
+
.PHONY: default
2
2
+
default: setup brew ansible
3
3
+
1
4
.PHONY: setup
2
5
setup:
3
3
-
homebrew install ansible
4
4
-
ansible-galaxy collection install community.general
6
6
+
brew install ansible
5
7
6
6
-
.PHONY: apply
7
7
-
apply:
8
8
+
.PHONY: ansible
9
9
+
ansible:
8
10
ansible-playbook playbooks/main.yml -i hosts
11
11
+
12
12
+
.PHONY: brew
13
13
+
brew:
14
14
+
brew bundle --cleanup --zap
+1
playbooks/roles/misc/tasks/main.yml
···
24
24
src: "{{ dotfiles_dir }}/misc/alacritty.yml"
25
25
dest: "{{ home_dir }}/.alacritty.yml"
26
26
state: link
27
27
+
force: true
27
28
28
29
# TODO: rectangle?!
-99
playbooks/roles/programs/tasks/main.yml
···
1
1
-
# - name: install-homebrew
2
2
-
# ansible.builtin.shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3
3
-
# args:
4
4
-
# # THIS IS A LIE! It's /opt/homebrew/bin/brew on my work machine :shrug:
5
5
-
# creates: /usr/local/bin/brew
6
6
-
- name: homebrew-taps
7
7
-
community.general.homebrew_tap:
8
8
-
name:
9
9
-
- cjbassi/ytop
10
10
-
- github/gh
11
11
-
- hashicorp/tap
12
12
-
- heroku/brew
13
13
-
- superfly/tap
14
14
-
- homebrew/bundle
15
15
-
- homebrew/cask
16
16
-
- homebrew/cask-fonts
17
17
-
- homebrew/core
18
18
-
- homebrew/services
19
19
-
20
20
-
- name: homebrew-packages
21
21
-
community.general.homebrew:
22
22
-
update_homebrew: true
23
23
-
upgrade_all: true
24
24
-
name:
25
25
-
- ansible
26
26
-
- python@3.9
27
27
-
- awscli
28
28
-
- awsume
29
29
-
- bat
30
30
-
- libssh2
31
31
-
- curl
32
32
-
- direnv
33
33
-
- fd
34
34
-
- tree
35
35
-
- ffmpeg
36
36
-
- fzf
37
37
-
- filosottile/musl-cross/musl-cross
38
38
-
- superfly/tap/flyctl
39
39
-
- gh
40
40
-
- git
41
41
-
- git-delta
42
42
-
- go
43
43
-
- helm
44
44
-
- httpie
45
45
-
- hugo
46
46
-
- jq
47
47
-
- yq
48
48
-
- lazygit
49
49
-
- lazydocker
50
50
-
- m-cli
51
51
-
- nmap
52
52
-
- openconnect
53
53
-
- oath-toolkit
54
54
-
- pandoc
55
55
-
- postgresql
56
56
-
- pyenv
57
57
-
- rbenv
58
58
-
- ripgrep
59
59
-
- rustup-init
60
60
-
- unar
61
61
-
- tfenv
62
62
-
- tflint
63
63
-
- eksctl
64
64
-
- kubectl
65
65
-
- tilt
66
66
-
- kind
67
67
-
- kustomize
68
68
-
- k9s
69
69
-
- stern
70
70
-
- tmux
71
71
-
- neovim
72
72
-
- volta
73
73
-
- watch
74
74
-
- wget
75
75
-
- zola
76
76
-
- zsh
77
77
-
- cjbassi/ytop/ytop
78
78
-
79
79
-
- name: homebrew-casks
80
80
-
community.general.homebrew_cask:
81
81
-
upgrade_all: true
82
82
-
name:
83
83
-
- 1password
84
84
-
- 1password-cli
85
85
-
- alacritty
86
86
-
- chromium
87
87
-
- obsidian
88
88
-
- font-iosevka-nerd-font
89
89
-
- ngrok
90
90
-
- google-cloud-sdk
91
91
-
- rectangle
92
92
-
- slack
93
93
-
- discord
94
94
-
- spotify
95
95
-
- visual-studio-code
96
96
-
- zoom
97
97
-
# - docker
98
98
-
# - keybase
99
99
-
100
1
- name: install-aws-mfa
101
2
ansible.builtin.pip:
102
3
executable: pip3
+1
playbooks/roles/vscode/tasks/main.yml
···
7
7
src: "{{ dotfiles_dir }}/vscode/{{ item }}"
8
8
dest: "{{ home_dir }}/Library/Application Support/Code/User/{{ item }}"
9
9
state: link
10
10
+
force: true
10
11
with_items: "{{ vscode_configs.stdout_lines }}"
+2
playbooks/roles/zsh/tasks/main.yml
···
3
3
src: "{{ dotfiles_dir }}/zsh/zshrc"
4
4
dest: "{{ home_dir }}/.zshrc"
5
5
state: link
6
6
+
force: true
6
7
7
8
- name: link-zshenv
8
9
ansible.builtin.file:
9
10
src: "{{ dotfiles_dir }}/zsh/zshenv"
10
11
dest: "{{ home_dir }}/.zshenv"
11
12
state: link
13
13
+
force: true
12
14
13
15
- name: check-oh-my-zsh
14
16
ansible.builtin.shell: "ls {{ home_dir }}/.oh-my-zsh"
+2
zsh/zshenv
···
47
47
gh browse --branch="$branch" $1
48
48
}
49
49
50
50
+
export HOMEBREW_BUNDLE_FILE="$HOME/dotfiles/Brewfile"
51
51
+
50
52
export VOLTA_HOME="$HOME/.volta"
51
53
export RUST_BIN="$HOME/.cargo/bin"
52
54
export PYENV_ROOT="$HOME/.pyenv"