@@ -2,8 +2,8 @@ class Flyctl < Formula
2
2
desc "Command-line tools for fly.io services"
3
3
homepage "https://fly.io"
4
4
url "https://github.com/superfly/flyctl.git" ,
5
- tag : "v0.2.120 " ,
6
- revision : "f0232893ca84c56f874780d3bbf427a654c563d3 "
5
+ tag : "v0.2.121 " ,
6
+ revision : "307adcca1b599583857b5b51acbdf1d7732adb29 "
7
7
license "Apache-2.0"
8
8
head "https://github.com/superfly/flyctl.git" , branch : "master"
9
9
@@ -18,13 +18,13 @@ class Flyctl < Formula
18
18
end
19
19
20
20
bottle do
21
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "91cff16a98329e14329a26b30aa2b009d95d024f85f38460a637956192973fa9 "
22
- sha256 cellar : :any_skip_relocation , arm64_ventura : "91cff16a98329e14329a26b30aa2b009d95d024f85f38460a637956192973fa9 "
23
- sha256 cellar : :any_skip_relocation , arm64_monterey : "91cff16a98329e14329a26b30aa2b009d95d024f85f38460a637956192973fa9 "
24
- sha256 cellar : :any_skip_relocation , sonoma : "eae46886877934aa434c0eac830b9fc477b16ae59343a4361d06c303cbb2ad6d "
25
- sha256 cellar : :any_skip_relocation , ventura : "eae46886877934aa434c0eac830b9fc477b16ae59343a4361d06c303cbb2ad6d "
26
- sha256 cellar : :any_skip_relocation , monterey : "eae46886877934aa434c0eac830b9fc477b16ae59343a4361d06c303cbb2ad6d "
27
- sha256 cellar : :any_skip_relocation , x86_64_linux : "b26c44c25095f7d8b357b316aa14ea8f623dc3328a7a0275c42696fddf8c300e "
21
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "c7f7d1a2b72cd7eeac1f6264cfdac738b79345d77b7f93e3522b3e22a08f35c7 "
22
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c7f7d1a2b72cd7eeac1f6264cfdac738b79345d77b7f93e3522b3e22a08f35c7 "
23
+ sha256 cellar : :any_skip_relocation , arm64_monterey : "c7f7d1a2b72cd7eeac1f6264cfdac738b79345d77b7f93e3522b3e22a08f35c7 "
24
+ sha256 cellar : :any_skip_relocation , sonoma : "58359a21e9a5cf4a285e088c13c93ae2987e81ffba4ad14c29c995e29002d41f "
25
+ sha256 cellar : :any_skip_relocation , ventura : "58359a21e9a5cf4a285e088c13c93ae2987e81ffba4ad14c29c995e29002d41f "
26
+ sha256 cellar : :any_skip_relocation , monterey : "58359a21e9a5cf4a285e088c13c93ae2987e81ffba4ad14c29c995e29002d41f "
27
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "05167166ad6a86c12f010c4aede1dd57f05b3b4ba4c0f229c04d9f90c18d1190 "
28
28
end
29
29
30
30
depends_on "go" => :build
0 commit comments