|
1 | 1 | class Flarectl < Formula
|
2 | 2 | desc "CLI application for interacting with a Cloudflare account"
|
3 | 3 | homepage "https://github.com/cloudflare/cloudflare-go/tree/master/cmd/flarectl"
|
4 |
| - url "https://github.com/cloudflare/cloudflare-go/archive/v0.64.0.tar.gz" |
5 |
| - sha256 "9067e7fee99d697d69d90a9473be27dcc3fe88c871d5c701405501726c936c55" |
| 4 | + url "https://github.com/cloudflare/cloudflare-go/archive/v0.65.0.tar.gz" |
| 5 | + sha256 "4d350fc308d868d31468ad9c8ecfc31ecf2a97ad7f77c665a955595aa5654341" |
6 | 6 | license "BSD-3-Clause"
|
7 | 7 | head "https://github.com/cloudflare/cloudflare-go.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "9586b60662be7dd761a4ccfbf91a82a94831c114767e5351ccfe3cc355c5e792" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "0a8b1713632a94cb7e4f097ad4493e05601fec1f57bb91d198a562701ee6481e" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_big_sur: "9def88acef11c5bbbf85cc97fd71505b80bc3479a2fcafed3a3cd7b8e394d36a" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "09bac5233319dc270397346c476c4be932bfe1f5d815c7228aa93adeafe5f051" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "14477df4d68768426bbc035da087c1b7083bca9d8b1edf5dab8fbcd8c94908d6" |
15 |
| - sha256 cellar: :any_skip_relocation, big_sur: "ba3ce7b694606cd8335bb78cc00d735b6a3afca5b3ea68db70f152c67de7ab1f" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "ea1041f771adb283f2f9f4140f4977bbb810929fcf42883bb2e98adcf0f6079c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7c4cdefb1dd1e14d796ca83aab3597df2547d41434cf859ab6667da06d9e0d2e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "4ff4f59a7d068a9557c3f01b32ef887761686aaca488e613c626a273c3d18c81" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_big_sur: "72b636e9c2193837279e7f4404a4138464e8bf79a846e4ff56966c1976be0b8c" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "c2c40e18189e37a6dedbf8c75796ed8181bf65a95798fce17b0d4f804f4d0732" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "eb1525a416c4aa2e7bd5555fd5ee43fbf8b8d03ffb76a33d9a01b2ac76647076" |
| 15 | + sha256 cellar: :any_skip_relocation, big_sur: "f3769cbb1349540480a8282bd34c6b96a7e6dea73786a65e18bc029ac5363b69" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "614bd4abf0a9eb4667e99674c275f4af731b9130c53f1a76b9aa43fe2cb8e8cc" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments