|
1 | 1 | class Hcloud < Formula
|
2 | 2 | desc "Command-line interface for Hetzner Cloud"
|
3 | 3 | homepage "https://github.com/hetznercloud/cli"
|
4 |
| - url "https://github.com/hetznercloud/cli/archive/refs/tags/v1.39.0.tar.gz" |
5 |
| - sha256 "7a92722328fe5a945fa3554f47c2a1f736425edd97bc983edeaa1412b097b14d" |
| 4 | + url "https://github.com/hetznercloud/cli/archive/refs/tags/v1.40.0.tar.gz" |
| 5 | + sha256 "74d65f21e1d123bf30a3a4ad4cfa517c241dd56af559b3f88433b97c2a8b26aa" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4e4047d9c8dada9640f9274013fae9351599f0a8aa92e6a76ac89e0ddb9f43dd" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "5df8257024c8d2c99c0f1e69034d433255770959c996ad360e56f05a5e26cc3e" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "f2f4207eea77b8f49e270dcb1843b06fa431f12c26bb47f3b5548bbf6c15841b" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "39bbce54cd61de7b97b554935c6d80baf35265dc594ac3021a1d1dcadfe2ca1d" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "b623b0b244d73842e8da7e5b66f41bc062468e6336ab6557cd3dd09bff1c0405" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "ecd813560d2fa4a305487d558d3d12e3234a4f55ec7e4861b9ce25b9cf6199e9" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "f70f8bcc6e4e58d96b8c9062562af376e8ea22a0c12525c1de76cb019cc96490" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "51ee4aa6f068d0970fd7a32ae81dc7c646ca4e6b8671244f2b474163dae00354" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ef173eacedb86b3595e689cc609c2c766258ac8b3648759399e32e5e677470db" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "af7813b7cdddfb7096cd0483331e17f0d430f89f4d7151239fe595bb1ee890fa" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "c57f7536d895349c3f43e7fc8c6561ca38406620a21fbc77fd561d0cd9330e4b" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "b5de38561cdce2ee4dca590d8e099163f13ebc62189088ed62769c841eb85e02" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "47ab236cf85696a1b3ca2b8556180b1b06eeaace13d78ad65097e55d7132aedc" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f6ab0ae8c73fd495078ec401371fbd762f9fd4bb7fd045f04d31162e9ed36c40" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments