Skip to content

Commit

Permalink
Merge pull request #178644 from Homebrew/bump-flyctl-0.2.99
Browse files Browse the repository at this point in the history
flyctl 0.2.99
  • Loading branch information
BrewTestBot committed Jul 27, 2024
2 parents 732427e + 1c9f3f6 commit 045790b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/flyctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Flyctl < Formula
desc "Command-line tools for fly.io services"
homepage "https://fly.io"
url "https://github.com/superfly/flyctl.git",
tag: "v0.2.98",
revision: "142eea2f187d5e6b21e5560a0a20086983752d70"
tag: "v0.2.99",
revision: "a96c5248426b88f1c4224736ff9b8a7800dd7607"
license "Apache-2.0"
head "https://github.com/superfly/flyctl.git", branch: "master"

Expand All @@ -18,13 +18,13 @@ class Flyctl < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6eb18beef5144e4a34d612aede345499a738ce6095036cc22f6a5a3aac4a2f5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e6eb18beef5144e4a34d612aede345499a738ce6095036cc22f6a5a3aac4a2f5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e6eb18beef5144e4a34d612aede345499a738ce6095036cc22f6a5a3aac4a2f5"
sha256 cellar: :any_skip_relocation, sonoma: "53c7afdace7e4d238203e9eafae5045d851231643ca995caedee1051f629e490"
sha256 cellar: :any_skip_relocation, ventura: "53c7afdace7e4d238203e9eafae5045d851231643ca995caedee1051f629e490"
sha256 cellar: :any_skip_relocation, monterey: "53c7afdace7e4d238203e9eafae5045d851231643ca995caedee1051f629e490"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6415fe780e1a990dbff31a2f8a23f8383cb11544b8d3e67edb751869dd148a7d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a62e431a5fbd430cfbb859d5a543889abe8a078c83a7e2a96996d58c9632145e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a62e431a5fbd430cfbb859d5a543889abe8a078c83a7e2a96996d58c9632145e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a62e431a5fbd430cfbb859d5a543889abe8a078c83a7e2a96996d58c9632145e"
sha256 cellar: :any_skip_relocation, sonoma: "3a1dff2d5f76ebc5cb52f8f8c96195fc7a4c3d60a8c98de094d8f10afe5b7c0d"
sha256 cellar: :any_skip_relocation, ventura: "3a1dff2d5f76ebc5cb52f8f8c96195fc7a4c3d60a8c98de094d8f10afe5b7c0d"
sha256 cellar: :any_skip_relocation, monterey: "3a1dff2d5f76ebc5cb52f8f8c96195fc7a4c3d60a8c98de094d8f10afe5b7c0d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2bbfacecf8655cf65d7e4cb5133cc5703ef06d3559243e98cd52e77187998879"
end

depends_on "go" => :build
Expand Down

0 comments on commit 045790b

Please sign in to comment.