Skip to content

Commit 14880f2

Browse files
authored
Merge pull request #220071 from Homebrew/bump-flyctl-0.3.104
flyctl 0.3.104
2 parents b291474 + 058be9b commit 14880f2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: Formula/f/flyctl.rb

+9-9
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.103",
6-
revision: "eb246f3741b8a62a2085190c153f428712e13d4c"
5+
tag: "v0.3.104",
6+
revision: "bc85f9ac47aaaffaf7ca0ff83b7fcb07fd998e47"
77
license "Apache-2.0"
88
head "https://github.com/superfly/flyctl.git", branch: "master"
99

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

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae4a7cddc283532471750b4775fcc0d0a7ad9682b412c3278a7baeddf87682e0"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae4a7cddc283532471750b4775fcc0d0a7ad9682b412c3278a7baeddf87682e0"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae4a7cddc283532471750b4775fcc0d0a7ad9682b412c3278a7baeddf87682e0"
24-
sha256 cellar: :any_skip_relocation, sonoma: "2dabbbd256f1077293d5f2c39edd66ef9d5875fffcec5ffb5aa50e973d05daae"
25-
sha256 cellar: :any_skip_relocation, ventura: "2dabbbd256f1077293d5f2c39edd66ef9d5875fffcec5ffb5aa50e973d05daae"
26-
sha256 cellar: :any_skip_relocation, arm64_linux: "fbb4e4b225e1665fb638866a99d1a8a0ec4e64073ebb70ca17de2bf8e5d47a33"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bbfa2ec2e8de025e7e3c326d613a94bf0c8477fd9bd4cd55574910d793012e67"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5163bbde1295ddaea96486148048e356b6d02c5de898a287be9a706c8aa96584"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5163bbde1295ddaea96486148048e356b6d02c5de898a287be9a706c8aa96584"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5163bbde1295ddaea96486148048e356b6d02c5de898a287be9a706c8aa96584"
24+
sha256 cellar: :any_skip_relocation, sonoma: "358d35767b66aeb2d2f52e9230f4a52c123c12f243f5e2fb7c5013023fce852d"
25+
sha256 cellar: :any_skip_relocation, ventura: "358d35767b66aeb2d2f52e9230f4a52c123c12f243f5e2fb7c5013023fce852d"
26+
sha256 cellar: :any_skip_relocation, arm64_linux: "be6eaaebdbc4f238205a153cfd53bc9df0a03057e64c0f15d92ea6c6cc41923e"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "147790546eddf0ab6d69931b5aca00c2f9d8ace7522a677d0db1ee8e1036eb72"
2828
end
2929

3030
depends_on "go" => :build

0 commit comments

Comments
 (0)