Skip to content

Commit 0ee7db6

Browse files
authored
Merge pull request #250548 from Homebrew/bump-flyctl-0.3.199
flyctl 0.3.199
2 parents 8178cda + a720d9c commit 0ee7db6

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.198",
6-
revision: "83bfe8378b2d087dee4b41f33d7a7f8680944480"
5+
tag: "v0.3.199",
6+
revision: "9afca05fb1d87bf194624c2dcf5d68d0df728d44"
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: "b8bd7227800fad1d6a6d3792d9ce548e80fbc5837438ce2a12e90d961d7f1d16"
22-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8bd7227800fad1d6a6d3792d9ce548e80fbc5837438ce2a12e90d961d7f1d16"
23-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8bd7227800fad1d6a6d3792d9ce548e80fbc5837438ce2a12e90d961d7f1d16"
24-
sha256 cellar: :any_skip_relocation, sonoma: "efb5f28fffe9eaff43e2780ae67cf58a059a9ea23a523154f08df5ec597bc3ad"
25-
sha256 cellar: :any_skip_relocation, arm64_linux: "66628ccc428453eb8147df02198f412e71125c4f8df4ff447e091dfb550d2e54"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2adb840c2b512a045e2f36c26a61bc087f03e800ef826f1024caa2ec8c124b7a"
21+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f83124dc0e6c7afa3f4ccceea1bac380a727ba73934acde8de1cf3297b38f495"
22+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f83124dc0e6c7afa3f4ccceea1bac380a727ba73934acde8de1cf3297b38f495"
23+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f83124dc0e6c7afa3f4ccceea1bac380a727ba73934acde8de1cf3297b38f495"
24+
sha256 cellar: :any_skip_relocation, sonoma: "d798223a5bd8befbc59db6563d5c13688d4d64a3f90d548cef2ee16b28a95ec9"
25+
sha256 cellar: :any_skip_relocation, arm64_linux: "b564e7212225bc030c8c7d0d1274dfee5e7ccdf0524ef0b67917bc64ab940661"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "076a9942fd67afd44f1681860a69a0fdb31c138d95c67535c582316135b51143"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)