diff options
| -rw-r--r-- | Brewfile | 4 | ||||
| -rw-r--r-- | Brewfile.lock.json | 44 |
2 files changed, 47 insertions, 1 deletions
@@ -19,4 +19,6 @@ brew "jq" brew "jo" brew "earthly" -brew "pandoc"
\ No newline at end of file +brew "pandoc" + +brew "flyctl" diff --git a/Brewfile.lock.json b/Brewfile.lock.json index 33db291..f5c2225 100644 --- a/Brewfile.lock.json +++ b/Brewfile.lock.json @@ -616,6 +616,50 @@ } } } + }, + "flyctl": { + "version": "0.2.72", + "bottle": { + "rebuild": 0, + "root_url": "https://ghcr.io/v2/homebrew/core", + "files": { + "arm64_sonoma": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/flyctl/blobs/sha256:3a179e62679569c69324fa86403b317a9592c19519c0b584ed1370494ba0a672", + "sha256": "3a179e62679569c69324fa86403b317a9592c19519c0b584ed1370494ba0a672" + }, + "arm64_ventura": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/flyctl/blobs/sha256:3a179e62679569c69324fa86403b317a9592c19519c0b584ed1370494ba0a672", + "sha256": "3a179e62679569c69324fa86403b317a9592c19519c0b584ed1370494ba0a672" + }, + "arm64_monterey": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/flyctl/blobs/sha256:3a179e62679569c69324fa86403b317a9592c19519c0b584ed1370494ba0a672", + "sha256": "3a179e62679569c69324fa86403b317a9592c19519c0b584ed1370494ba0a672" + }, + "sonoma": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/flyctl/blobs/sha256:bc2b5a65602288203ed3f8d61d13c76cdae5c44f3321638919a84ad2c4187dbc", + "sha256": "bc2b5a65602288203ed3f8d61d13c76cdae5c44f3321638919a84ad2c4187dbc" + }, + "ventura": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/flyctl/blobs/sha256:bc2b5a65602288203ed3f8d61d13c76cdae5c44f3321638919a84ad2c4187dbc", + "sha256": "bc2b5a65602288203ed3f8d61d13c76cdae5c44f3321638919a84ad2c4187dbc" + }, + "monterey": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/flyctl/blobs/sha256:bc2b5a65602288203ed3f8d61d13c76cdae5c44f3321638919a84ad2c4187dbc", + "sha256": "bc2b5a65602288203ed3f8d61d13c76cdae5c44f3321638919a84ad2c4187dbc" + }, + "x86_64_linux": { + "cellar": ":any_skip_relocation", + "url": "https://ghcr.io/v2/homebrew/core/flyctl/blobs/sha256:293811dd445f80527e59f32860e807be06a101646e48fb1bfd701661e3bac259", + "sha256": "293811dd445f80527e59f32860e807be06a101646e48fb1bfd701661e3bac259" + } + } + } } }, "tap": { |
