Skip to content

Commit

Permalink
Merge pull request #156538 from p-linnane/bump-flarectl-0.83.0
Browse files Browse the repository at this point in the history
flarectl 0.83.0
  • Loading branch information
BrewTestBot authored Dec 6, 2023
2 parents 7e194d8 + 9f95eaf commit 7b5293a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/flarectl.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.82.0.tar.gz"
sha256 "57321f652823d0e45e058f00525dd98a6f1016d8b09edd8322c7f16f75e33e6c"
url "https://github.com/cloudflare/cloudflare-go/archive/refs/tags/v0.83.0.tar.gz"
sha256 "750f1ff272fd35f7aed3acea6ff3dec642d12b5a2607a998bbea60fda18f122f"
license "BSD-3-Clause"
head "https://github.com/cloudflare/cloudflare-go.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f51ae14bf2508d977d44be471b9e460cd627a846ed05fe56d5ba34d573aa7370"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2828d25460607e4c767a9c4c1c479de15ec809dc42800bbf28ec86937ac67605"
sha256 cellar: :any_skip_relocation, arm64_monterey: "582802578132c53d8083f87a9379e20400c8df526bea5c615889b3919a0f40e3"
sha256 cellar: :any_skip_relocation, sonoma: "d13430c25e8bcdc84ecb2d1ecd2d24183be2ed7a78e0046637a499afc1d0636e"
sha256 cellar: :any_skip_relocation, ventura: "adaa04bd0d81b727bd239cf867b583b958d0da4b103f56ab2bf42b935731faa9"
sha256 cellar: :any_skip_relocation, monterey: "8cb6a98c801e6d11e893ff856a8e7dc198f7bb6ab33ec5b59648cf34ec3929d4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac1f95b933b84798a0832a611b19d0e43f36effea7ddda302804537997a0bcbc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "272a1d7b72e85be41bec5cfb05bf3ef915dbe5ad35a23fc4d457a1442c45f6b0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cd054bacd268b280517263e9c7f4da0f595036d4f5cb52cf8b4ca86092bece64"
sha256 cellar: :any_skip_relocation, arm64_monterey: "998651456d0df85c9ae437dd91ecf5e5ec63ee7df03bc4245dd5cfa87c253510"
sha256 cellar: :any_skip_relocation, sonoma: "5c541481f48c48e1b07997ed420dc021b263e28ff9f95b51fe59f514431dc60e"
sha256 cellar: :any_skip_relocation, ventura: "26d9d77c3cfc69c15dd6c4ad3f5f911836b53db1ba7868f29fc6809e9b9a013c"
sha256 cellar: :any_skip_relocation, monterey: "893cda27f169caab9d13987cd2f0f96d47033f73a1605392493ebfdbdda2e313"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b7ac7b89e182a5f7e77181e7749735424caaef8b903e6cefc5b5246c14e20d0"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7b5293a

Please sign in to comment.