Skip to content

Commit af51d5d

Browse files
authored
Merge pull request Homebrew#200960 from Homebrew/bump-flyctl-0.3.50
flyctl 0.3.50
2 parents 6ddc9ae + df37276 commit af51d5d

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.49",
6-
revision: "9b0779fe9a366c881450a188f04cb97f06d1f24c"
5+
tag: "v0.3.50",
6+
revision: "a9c2fb39a36edbff834da9d35704dd351203461b"
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: "b4c3332e86798371e45b95bc7b622aae2d3540ab21539d074fd383fa4a3522ea"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4c3332e86798371e45b95bc7b622aae2d3540ab21539d074fd383fa4a3522ea"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4c3332e86798371e45b95bc7b622aae2d3540ab21539d074fd383fa4a3522ea"
24-
sha256 cellar: :any_skip_relocation, sonoma: "21ca9a95b7dfcee665b7a18c249451eae8c0f6b968d58ae0e684e5f8fad71d0f"
25-
sha256 cellar: :any_skip_relocation, ventura: "21ca9a95b7dfcee665b7a18c249451eae8c0f6b968d58ae0e684e5f8fad71d0f"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2406abb5488f7881cff733ab46135a5f2bf66d12893a53e5ac9efe8e88ffdb17"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3c16f495fb489793246b1e94aa25c10412fcc68934f1e06f9c2559b60a121ee"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3c16f495fb489793246b1e94aa25c10412fcc68934f1e06f9c2559b60a121ee"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f3c16f495fb489793246b1e94aa25c10412fcc68934f1e06f9c2559b60a121ee"
24+
sha256 cellar: :any_skip_relocation, sonoma: "93f277881a194b43230507bf05aa348177481db49c83a2399816396c2921b4a2"
25+
sha256 cellar: :any_skip_relocation, ventura: "93f277881a194b43230507bf05aa348177481db49c83a2399816396c2921b4a2"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dcfef46fc999460f3b2ceebce60a0077194086fdff5c4dd9bdc2387a1241b056"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)