Skip to content

Commit de5ee01

Browse files
authored
Merge pull request #247081 from Homebrew/bump-flyctl-0.3.192
flyctl 0.3.192
2 parents a05ed2a + 34e7768 commit de5ee01

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.191",
6-
revision: "54468f932f1a5750e33be235b37d1dfaa66cf5e2"
5+
tag: "v0.3.192",
6+
revision: "4fb3027acbf89e0fed3350e4f5d5b449a3860995"
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: "7b7e57edc6fc548d2f75f14f0f2a115503e2306c0d78ed870573c62ae36e1f52"
22-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b7e57edc6fc548d2f75f14f0f2a115503e2306c0d78ed870573c62ae36e1f52"
23-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b7e57edc6fc548d2f75f14f0f2a115503e2306c0d78ed870573c62ae36e1f52"
24-
sha256 cellar: :any_skip_relocation, sonoma: "0c8851ec982180833fbd5e4cb4fb11845339a6332ca2307ba13190be7c8fcddf"
25-
sha256 cellar: :any_skip_relocation, arm64_linux: "4b09f2b4067c6a24838e802142783b2e7dc820d05770603f05ceb22450fa42df"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e92c0e03095bbed3baa69ad34d681029d7c633cf03146b3722501e411a78e53"
21+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "5a92ebf7e430d524fcf7b784bd012e3ecd473a3de328097b622bdf2094f4095f"
22+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a92ebf7e430d524fcf7b784bd012e3ecd473a3de328097b622bdf2094f4095f"
23+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a92ebf7e430d524fcf7b784bd012e3ecd473a3de328097b622bdf2094f4095f"
24+
sha256 cellar: :any_skip_relocation, sonoma: "5ca2280d84f4ef6b0d8756c3a62f835b48007f7236d1c22b699711847f192b09"
25+
sha256 cellar: :any_skip_relocation, arm64_linux: "1cdcafa5b452753623a5b97d9c6d75bb471e9a6686aee22104f62fbe8ef9ec15"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fe4e8eb4abdb3599fff2441aa6f78a5b0db1cb65e3cc1acd04ee508bb33b7b79"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)