Skip to content

Commit 77dcaef

Browse files
authored
Merge pull request #230019 from Homebrew/bump-flyctl-0.3.155
flyctl 0.3.155
2 parents 717e0af + dd6ac7e commit 77dcaef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/f/flyctl.rb

Lines changed: 9 additions & 9 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.154",
6-
revision: "9510905550621b4d2e2d64783477e798f602471f"
5+
tag: "v0.3.155",
6+
revision: "0ce643e737e928c6065bcb58083c5e1cb0206e5a"
77
license "Apache-2.0"
88
head "https://github.com/superfly/flyctl.git", branch: "master"
99

@@ -18,13 +18,13 @@ class Flyctl < Formula
1818
end
1919

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e8d8810aeb483941f4af1728f4beb81313ee85c8853d917570cf94f69ab95b88"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8d8810aeb483941f4af1728f4beb81313ee85c8853d917570cf94f69ab95b88"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e8d8810aeb483941f4af1728f4beb81313ee85c8853d917570cf94f69ab95b88"
24-
sha256 cellar: :any_skip_relocation, sonoma: "c3994c01e1482c2de1469d65167f99b97b2db5ba0ada1afd0d40b1b8652b700c"
25-
sha256 cellar: :any_skip_relocation, ventura: "c3994c01e1482c2de1469d65167f99b97b2db5ba0ada1afd0d40b1b8652b700c"
26-
sha256 cellar: :any_skip_relocation, arm64_linux: "d99488a6a2451dfb79341affa2fa4cf0ed4f4e2b284761798bbe124129d1571e"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "547be9afc63009667f91ab8d2bb8e8e6ec4d1c2628beef8f5c40f090636a19f9"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0752ffa9b1f8656517d530364d28b8dc2872c36dc618a94625a9dd66f99075b0"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0752ffa9b1f8656517d530364d28b8dc2872c36dc618a94625a9dd66f99075b0"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0752ffa9b1f8656517d530364d28b8dc2872c36dc618a94625a9dd66f99075b0"
24+
sha256 cellar: :any_skip_relocation, sonoma: "050c9247ae3bc9c9d63adccd088e39b36de5e2b8c042049d216bbc63fcd278d7"
25+
sha256 cellar: :any_skip_relocation, ventura: "050c9247ae3bc9c9d63adccd088e39b36de5e2b8c042049d216bbc63fcd278d7"
26+
sha256 cellar: :any_skip_relocation, arm64_linux: "ae497ed07e5cd07d0173cde0b7766081ff9c1b2cb8b876a587151f228329656d"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "639282b52f38b5045a024d65afcb5b02bce79efdd470e69412fa591d4b2d0b17"
2828
end
2929

3030
depends_on "go" => :build

0 commit comments

Comments
 (0)