Skip to content

Commit 8cf8897

Browse files
authored
Merge pull request #206655 from Homebrew/bump-flyctl-0.3.75
flyctl 0.3.75
2 parents 49753a1 + 80447a2 commit 8cf8897

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.74",
6-
revision: "3a673018f18e052e6dd41ecb69ea03367d283a9f"
5+
tag: "v0.3.75",
6+
revision: "1bae61275db10cfd072cc90241e57625c93e40e4"
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: "844fbbc5c409e3ca04f438f79dd0f2cfd73d2ffb04ce4dbb413d6f7eae13732a"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "844fbbc5c409e3ca04f438f79dd0f2cfd73d2ffb04ce4dbb413d6f7eae13732a"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "844fbbc5c409e3ca04f438f79dd0f2cfd73d2ffb04ce4dbb413d6f7eae13732a"
24-
sha256 cellar: :any_skip_relocation, sonoma: "364142e3ddca89ee1155ae242aadad8583c36d9a21648b16531cfe8ead09d33a"
25-
sha256 cellar: :any_skip_relocation, ventura: "364142e3ddca89ee1155ae242aadad8583c36d9a21648b16531cfe8ead09d33a"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3df1554f89712a8caaaf86616be12a2a8be122fd0fffaf3c7b5a8c89b68bd516"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "466202d0dbbcf1ff203818c6df373d0d32bf199f186b22501a327a051bc071f1"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "466202d0dbbcf1ff203818c6df373d0d32bf199f186b22501a327a051bc071f1"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "466202d0dbbcf1ff203818c6df373d0d32bf199f186b22501a327a051bc071f1"
24+
sha256 cellar: :any_skip_relocation, sonoma: "4ba1d5483fb357c29b96db3c026bab7054bdbb4b178653f273ff7461c1a8076a"
25+
sha256 cellar: :any_skip_relocation, ventura: "4ba1d5483fb357c29b96db3c026bab7054bdbb4b178653f273ff7461c1a8076a"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0353720dd5619d2e9161d20166137ba6076dcc0b2401dcf8d207546e56321b2c"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)