Skip to content

Commit 0269ee0

Browse files
authored
Merge pull request #203766 from Homebrew/bump-flyctl-0.3.61
flyctl 0.3.61
2 parents a6a3c1c + b84fd43 commit 0269ee0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/flyctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Flyctl < Formula
22
desc "Command-line tools for fly.io services"
33
homepage "https://fly.io"
44
url "https://github.com/superfly/flyctl.git",
5-
tag: "v0.3.60",
6-
revision: "9521edbc7676d97949e00d81ccfc31d3a33f3254"
5+
tag: "v0.3.61",
6+
revision: "a867d6bd190c533de7cc3f0e58c7af1907ea1584"
77
license "Apache-2.0"
88
head "https://github.com/superfly/flyctl.git", branch: "master"
99

@@ -18,12 +18,12 @@ class Flyctl < Formula
1818
end
1919

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9753736cdf9a7a91adb4e8f6e01c49b4662b8a187af8fb42814a7f79169c2321"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9753736cdf9a7a91adb4e8f6e01c49b4662b8a187af8fb42814a7f79169c2321"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9753736cdf9a7a91adb4e8f6e01c49b4662b8a187af8fb42814a7f79169c2321"
24-
sha256 cellar: :any_skip_relocation, sonoma: "33e80411cc87ca360a2c33e9f1d0a14d934872e8727d63e784cc5fc1a95f5000"
25-
sha256 cellar: :any_skip_relocation, ventura: "33e80411cc87ca360a2c33e9f1d0a14d934872e8727d63e784cc5fc1a95f5000"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b6b131713da33977dccb7f265c795cf1de4f32e072dc04035023050a58f8403a"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b20de4a788accaf92a5bf784a96dd9732b241fb58c35fdc949191ab67bb6b2cc"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b20de4a788accaf92a5bf784a96dd9732b241fb58c35fdc949191ab67bb6b2cc"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b20de4a788accaf92a5bf784a96dd9732b241fb58c35fdc949191ab67bb6b2cc"
24+
sha256 cellar: :any_skip_relocation, sonoma: "891ebf48e2b59de527839ee7483406b09a69efa23579eb9b8be14b9447f9359e"
25+
sha256 cellar: :any_skip_relocation, ventura: "891ebf48e2b59de527839ee7483406b09a69efa23579eb9b8be14b9447f9359e"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "08bb42c327fb91260735c2213271457166cf15a5542734ba5cea5d001614d9cb"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)