Skip to content

Commit

Permalink
Merge pull request Homebrew#204310 from Homebrew/bump-flarectl-0.114.0
Browse files Browse the repository at this point in the history
flarectl 0.114.0
  • Loading branch information
BrewTestBot authored Jan 15, 2025
2 parents 1c44b9e + 9c6646f commit e651890
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.113.0.tar.gz"
sha256 "5b431eda87a45aa03034c62af3f8c22dd6d7f53d2f4b3fe752fc8689b49af686"
url "https://github.com/cloudflare/cloudflare-go/archive/refs/tags/v0.114.0.tar.gz"
sha256 "fd49cd98df473a0afd036b4c2916be47b7ef9a8784a6847447fb7e59f2e1a107"
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: "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"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "508087b68577e07d5b1eddbd5cf337cf004de8b00e7adc96c1f4965dfd96fe4b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "508087b68577e07d5b1eddbd5cf337cf004de8b00e7adc96c1f4965dfd96fe4b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "508087b68577e07d5b1eddbd5cf337cf004de8b00e7adc96c1f4965dfd96fe4b"
sha256 cellar: :any_skip_relocation, sonoma: "3f649a122211214dcb1b184306b59e04a90b9abd26bdeb63b9f249e415bd28c5"
sha256 cellar: :any_skip_relocation, ventura: "3f649a122211214dcb1b184306b59e04a90b9abd26bdeb63b9f249e415bd28c5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f6bbd22c06fba3d476e7818e7b89cacde713f5a11c377b08449faac25ee39d0"
end

depends_on "go" => :build
Expand Down

0 comments on commit e651890

Please sign in to comment.