Skip to content

Commit 44de965

Browse files
authored
Merge pull request #246252 from Homebrew/bump-flyctl-0.3.187
flyctl 0.3.187
2 parents 04f718b + deeb37a commit 44de965

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.186",
6-
revision: "8db86c2d21ad0e8189b7ae4862b6ec1bc04dcf43"
5+
tag: "v0.3.187",
6+
revision: "72f99ca44cc37e250dcdf4c6dd370948acc088df"
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: "e5557be512e230fa6250619fa6c703f386170647e87b557440f944dd0852d8f2"
22-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5557be512e230fa6250619fa6c703f386170647e87b557440f944dd0852d8f2"
23-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5557be512e230fa6250619fa6c703f386170647e87b557440f944dd0852d8f2"
24-
sha256 cellar: :any_skip_relocation, sonoma: "9c268fa1ac1b25a9e4cb798ee4c19a273171e98d0cf5957b818fe34949f5d305"
25-
sha256 cellar: :any_skip_relocation, arm64_linux: "466e436b881375e56adcfc03ffbfdf468e58487c0a946901525ea08571c942bf"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "88a1c593db0005edbaab3cd4a2e837bb9201ae3e51c68f6714d2b29a0477cef1"
21+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c0cf68859cf3e7c19a773e44818fad44cfa89db2d9c6ebdb910c0ef861ad880c"
22+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0cf68859cf3e7c19a773e44818fad44cfa89db2d9c6ebdb910c0ef861ad880c"
23+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0cf68859cf3e7c19a773e44818fad44cfa89db2d9c6ebdb910c0ef861ad880c"
24+
sha256 cellar: :any_skip_relocation, sonoma: "2d1d829e4cb0a9d331b77f729c740d04efab8324f9eb9ea4ac88f7cbd35d28fe"
25+
sha256 cellar: :any_skip_relocation, arm64_linux: "b332a00520f3fc9f9d4e83c73c5affd9ed249635c2676d8f84c462883629a530"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ec9e61fc7175a95fbc7bc9fd55b01dd6c50f4b8bb6c92f4f94f5a922e09d764"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)