Skip to content

Commit

Permalink
Merge pull request Homebrew#191730 from Homebrew/bump-flyctl-0.3.8
Browse files Browse the repository at this point in the history
flyctl 0.3.8
  • Loading branch information
BrewTestBot authored Sep 24, 2024
2 parents 33874c6 + b1b8912 commit abbaacb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.3.7",
revision: "e6cdd344345c3c8866ed1def91e75df950697ff5"
tag: "v0.3.8",
revision: "db4d0d7641f87f0e9c1f46bd1728794e78f0f294"
license "Apache-2.0"
head "https://github.com/superfly/flyctl.git", branch: "master"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "787bca811683f85af52b6f186ce56e204a6159a22125d73f5929a7c9ad128950"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "787bca811683f85af52b6f186ce56e204a6159a22125d73f5929a7c9ad128950"
sha256 cellar: :any_skip_relocation, arm64_ventura: "787bca811683f85af52b6f186ce56e204a6159a22125d73f5929a7c9ad128950"
sha256 cellar: :any_skip_relocation, sonoma: "919483a8c9b6f8576e7d3ddca8bd9b832146f1412db2fc58ce4be69016ef30e4"
sha256 cellar: :any_skip_relocation, ventura: "919483a8c9b6f8576e7d3ddca8bd9b832146f1412db2fc58ce4be69016ef30e4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3520cf0671ac8d1ca0759665186724cdd6f08b79af71084d5835438e84f1630"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "74906a2c5ccd2af0467cca50df2f0657db5d2424ee24c0c275488c02b9f3d9dc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "74906a2c5ccd2af0467cca50df2f0657db5d2424ee24c0c275488c02b9f3d9dc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "74906a2c5ccd2af0467cca50df2f0657db5d2424ee24c0c275488c02b9f3d9dc"
sha256 cellar: :any_skip_relocation, sonoma: "592ed84b3047b9a6dacf44a3ab3e3707606453d8a36642833b3c7fc596c2222d"
sha256 cellar: :any_skip_relocation, ventura: "592ed84b3047b9a6dacf44a3ab3e3707606453d8a36642833b3c7fc596c2222d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b5adcc6ee6a45c4d8551c8325406afcf091e2eddfeb7cd8db7632754d4c8303c"
end

depends_on "go" => :build
Expand Down

0 comments on commit abbaacb

Please sign in to comment.