Skip to content

Commit 355c45e

Browse files
authored
Merge pull request #256114 from Homebrew/bump-flyctl-0.3.224
flyctl 0.3.224
2 parents ac5ecbe + 2dae658 commit 355c45e

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.223",
6-
revision: "36193207278bd4e10c83b369783809151290c72f"
5+
tag: "v0.3.224",
6+
revision: "674d5a7cdd5f8e5f65ac34699adb7dafd5acf263"
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_tahoe: "63acfc1b2cfa363141797db7ce0edd9080ce3200d7d5725446bf46290d5ff928"
22-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "63acfc1b2cfa363141797db7ce0edd9080ce3200d7d5725446bf46290d5ff928"
23-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63acfc1b2cfa363141797db7ce0edd9080ce3200d7d5725446bf46290d5ff928"
24-
sha256 cellar: :any_skip_relocation, sonoma: "ceb69e2cc78919ee836098cb1626ab389f9d33b9fcc45b3478707d598c1179d6"
25-
sha256 cellar: :any_skip_relocation, arm64_linux: "3fdec38edbc7ec6b5a33e39e4538b73b41ca1026b22a17611438fb676a1a3e8b"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d56eb1e64986f37348c8dfc5fa5a30a72f002d174401414e575193bb4f0827c3"
21+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7e7407eeed47999b7ac4ceb5b61db774a9980f2c663404f5b579e878254da700"
22+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e7407eeed47999b7ac4ceb5b61db774a9980f2c663404f5b579e878254da700"
23+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e7407eeed47999b7ac4ceb5b61db774a9980f2c663404f5b579e878254da700"
24+
sha256 cellar: :any_skip_relocation, sonoma: "9dae645bf821a0779528052ba5b30c8a2b7a6ad8c0323ee7e5e0412a94a67764"
25+
sha256 cellar: :any_skip_relocation, arm64_linux: "0a2217b3b35b65d85cfb58e32011e4a7d0b71a947f28f09aa9354583662385d6"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "182f3e2eafd44bc9dc98abc8f8b09755c472a065a6fbf3dcfa71cd71990a93b6"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)