Skip to content

Commit 1933a0e

Browse files
authored
Merge pull request #246394 from Homebrew/bump-flyctl-0.3.189
flyctl 0.3.189
2 parents 62f6952 + 6b5600d commit 1933a0e

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.188",
6-
revision: "4453407f5576d209e1580f22e0e7195cfd06ed29"
5+
tag: "v0.3.189",
6+
revision: "ab0f33f96407173c419ab56dd166cf26ff6eae6e"
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: "934753d25764ea700af8ac1cf556d21ab05c910551da1ec4a75fea4d04e8b333"
22-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "934753d25764ea700af8ac1cf556d21ab05c910551da1ec4a75fea4d04e8b333"
23-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "934753d25764ea700af8ac1cf556d21ab05c910551da1ec4a75fea4d04e8b333"
24-
sha256 cellar: :any_skip_relocation, sonoma: "b1873b54b94a166712549c53c783295ad637a752653701519951e52bdf867abd"
25-
sha256 cellar: :any_skip_relocation, arm64_linux: "5324197264150019e7bf0c5fe955738d9e787b4b728954063092a3b70eb8185f"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ec03d9a4bc79b28e16cbfd250d51597e93886a5714641bdf56e4bb0512758f70"
21+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c2a0be454fb66e4b3751e7514d61e04664c11f73aa6bea2e6ece9fab5a584323"
22+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2a0be454fb66e4b3751e7514d61e04664c11f73aa6bea2e6ece9fab5a584323"
23+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2a0be454fb66e4b3751e7514d61e04664c11f73aa6bea2e6ece9fab5a584323"
24+
sha256 cellar: :any_skip_relocation, sonoma: "92454ae409613ef167d25f801f633cf62ee4b34bd678b51296de90243c8526ba"
25+
sha256 cellar: :any_skip_relocation, arm64_linux: "27f62527ecd2f110b86e08fc378dbf0f88aaf350cb9d52ee96b8b280d8d37d1f"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9920dec188562c3294c14b411dd806eea2c4e94673dc1af568530893f43c3f56"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)