Skip to content

Commit

Permalink
Merge pull request #205861 from Homebrew/bump-flarectl-0.115.0
Browse files Browse the repository at this point in the history
flarectl 0.115.0
  • Loading branch information
BrewTestBot authored Jan 29, 2025
2 parents c095673 + fb8c8f4 commit 5894dc7
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.114.0.tar.gz"
sha256 "fd49cd98df473a0afd036b4c2916be47b7ef9a8784a6847447fb7e59f2e1a107"
url "https://github.com/cloudflare/cloudflare-go/archive/refs/tags/v0.115.0.tar.gz"
sha256 "b82c3ed62a37aee5359b31822a4152c06b019ce43ba623f2ef7d7664bb27cffb"
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: "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"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b20b75ce0237d9c51d368a7298def38a683987df7cbbd09a0cbfb4a0e37622f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b20b75ce0237d9c51d368a7298def38a683987df7cbbd09a0cbfb4a0e37622f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b20b75ce0237d9c51d368a7298def38a683987df7cbbd09a0cbfb4a0e37622f"
sha256 cellar: :any_skip_relocation, sonoma: "5ea3326abdc2073f6941b6b37ee334ad9856ec56c3c8b7fb41442337e0b83007"
sha256 cellar: :any_skip_relocation, ventura: "5ea3326abdc2073f6941b6b37ee334ad9856ec56c3c8b7fb41442337e0b83007"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9eb198890281bff5996437ae186a2c9ccbaf857fd6386eb6ca7170c6a4f73bf7"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5894dc7

Please sign in to comment.