Skip to content

Commit

Permalink
Merge pull request #202960 from Homebrew/bump-flarectl-0.113.0
Browse files Browse the repository at this point in the history
flarectl 0.113.0
  • Loading branch information
BrewTestBot authored Jan 2, 2025
2 parents 621dd5d + b2db38d commit 21c0af9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/f/flarectl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Flarectl < Formula
desc "CLI application for interacting with a Cloudflare account"
homepage "https://github.com/cloudflare/cloudflare-go/tree/master/cmd/flarectl"
url "https://github.com/cloudflare/cloudflare-go/archive/refs/tags/v0.112.0.tar.gz"
sha256 "f6f82f9b198b0a6e515294e87e52d6d25ec7341c659f83646e6ce189b36709ef"
url "https://github.com/cloudflare/cloudflare-go/archive/refs/tags/v0.113.0.tar.gz"
sha256 "5b431eda87a45aa03034c62af3f8c22dd6d7f53d2f4b3fe752fc8689b49af686"
license "BSD-3-Clause"
head "https://github.com/cloudflare/cloudflare-go.git", branch: "master"

Expand All @@ -13,12 +13,12 @@ class Flarectl < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "85f57a977dde6c9e933d47b4eddb1cc5cab5e84e5049fc4818b00c0f16f34738"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "85f57a977dde6c9e933d47b4eddb1cc5cab5e84e5049fc4818b00c0f16f34738"
sha256 cellar: :any_skip_relocation, arm64_ventura: "85f57a977dde6c9e933d47b4eddb1cc5cab5e84e5049fc4818b00c0f16f34738"
sha256 cellar: :any_skip_relocation, sonoma: "0be1c6e7a76ce2420fe5f8ab24ed58e44672a1b82fa7ca160b82f87e1b0ab3eb"
sha256 cellar: :any_skip_relocation, ventura: "0be1c6e7a76ce2420fe5f8ab24ed58e44672a1b82fa7ca160b82f87e1b0ab3eb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eeed0008247feb9fed23a1be06414a9520c3fcfa37362856e8574687b78b9606"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5a24d65664d0871ad0fbabd2f8f33403eb869d3f2d32b2df85e0073582a2e75"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5a24d65664d0871ad0fbabd2f8f33403eb869d3f2d32b2df85e0073582a2e75"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5a24d65664d0871ad0fbabd2f8f33403eb869d3f2d32b2df85e0073582a2e75"
sha256 cellar: :any_skip_relocation, sonoma: "2e1d06521e82a2d284f0a5b4c0529337322392d4979fa078f9e910fe66374304"
sha256 cellar: :any_skip_relocation, ventura: "2e1d06521e82a2d284f0a5b4c0529337322392d4979fa078f9e910fe66374304"
sha256 cellar: :any_skip_relocation, x86_64_linux: "99c4fd2b3e1da99c47bcb33199adf1230b8743f8b695db4e6118f90569f45ab2"
end

depends_on "go" => :build
Expand Down

0 comments on commit 21c0af9

Please sign in to comment.