Skip to content

Commit

Permalink
Merge pull request #144917 from dnhn/bump-flyctl-0.1.99
Browse files Browse the repository at this point in the history
flyctl 0.1.99
  • Loading branch information
BrewTestBot committed Sep 22, 2023
2 parents 204abf8 + b34f874 commit 1512d0d
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 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.1.98",
revision: "51a1b8f6bcb8e3b5106f6ea114e232dc35fdebc7"
tag: "v0.1.99",
revision: "912553d094d459a75a3a8b7a70df840f9d30958a"
license "Apache-2.0"
head "https://github.com/superfly/flyctl.git", branch: "master"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "4548966ef7878e00641e16b847f5f0c54a018db82772bf686a157172d3a0b0bc"
sha256 cellar: :any_skip_relocation, sonoma: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d"
sha256 cellar: :any_skip_relocation, ventura: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d"
sha256 cellar: :any_skip_relocation, monterey: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d"
sha256 cellar: :any_skip_relocation, big_sur: "822c78c5883b035bd0b012b6c7d1c9dde903cc5c66dd09410d6afc0d71cb8a0d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e223b9ee4560a3a08dc666234a6b8b517a4c2a6479dfb67be3dffa2570b7cd8e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "84994991e396a60121bba53550784f5cb55592a9809dd78252ac1bf40e151eb7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "84994991e396a60121bba53550784f5cb55592a9809dd78252ac1bf40e151eb7"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "84994991e396a60121bba53550784f5cb55592a9809dd78252ac1bf40e151eb7"
sha256 cellar: :any_skip_relocation, ventura: "e433179eeee9be2545c6310c9d114d8105604b04ec7f0e3b5c91ffeb42390282"
sha256 cellar: :any_skip_relocation, monterey: "e433179eeee9be2545c6310c9d114d8105604b04ec7f0e3b5c91ffeb42390282"
sha256 cellar: :any_skip_relocation, big_sur: "e433179eeee9be2545c6310c9d114d8105604b04ec7f0e3b5c91ffeb42390282"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e772dd5d485d489495587eae6b4010e8407a212c833d07af05cd9a03c6607b1e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1512d0d

Please sign in to comment.