Skip to content

Commit

Permalink
Merge pull request #161558 from BrewTestBot/bump-hcloud-1.42.0
Browse files Browse the repository at this point in the history
hcloud 1.42.0
  • Loading branch information
BrewTestBot committed Feb 2, 2024
2 parents e25e07f + 5103658 commit 1557b8d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/h/hcloud.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
class Hcloud < Formula
desc "Command-line interface for Hetzner Cloud"
homepage "https://github.com/hetznercloud/cli"
url "https://github.com/hetznercloud/cli/archive/refs/tags/v1.41.1.tar.gz"
sha256 "900e308cf1156b7707c2a1ad17feec1a7f3059225ba8a9728743aa9393d697db"
url "https://github.com/hetznercloud/cli/archive/refs/tags/v1.42.0.tar.gz"
sha256 "b99ec2b89d1485c3b14d6db2966cc355c9173ca98fe29754216b70f72317d8ad"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d42468103bbc558582b3d4816802acb65b68e0ee26aca2cd67772309d978b54b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4bfdf8d93fafb8f0fc09c8af4af29e8b33fb9a659c57c59d58ce6bec36e76bc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3df331ec16f6515519a1d98a556837235ae5ac1733a25a7e5b4039c1783816ad"
sha256 cellar: :any_skip_relocation, sonoma: "541eb4e5b58f5ff9c8f70dd00dd143e9069a43f01291a50eaa7d33df328762c4"
sha256 cellar: :any_skip_relocation, ventura: "bbc9ad4d0b291e2590ea384933bf5b48129da649314cd6abbcf8715eab5c40c6"
sha256 cellar: :any_skip_relocation, monterey: "02bb4c95a4de4948d3345715700c820a4bec92860044f50d92789358cce3353b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2ed1075cdbe96317f8624ddff44a315b3cb78527fd74ed85e196af3a4dd08e07"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "90a3b8575c432e7cc56cb04fcbb8a7a4ab6253df801858abe99f86cd82e6357d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3b314fa34e6d3dcb6361551b3d6744c8ea0238949dced05e7ec53841a8cd9431"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c19b2daf5269cca9295b272209ee4860cbb2b4ac81a59dc2e40695aa06d8f117"
sha256 cellar: :any_skip_relocation, sonoma: "a1d718f48e52398a1083974f9f4ddc3a947ab5652fa323139e807f30e4998094"
sha256 cellar: :any_skip_relocation, ventura: "e92f84d4dc127beacf453beee74da4f94eb944de9e8804b14a8a6d598f0b4740"
sha256 cellar: :any_skip_relocation, monterey: "72d9af169a42e2d1f247d1da6f2f3c78dc454f4d8a4f4c399d2a551024d8c525"
sha256 cellar: :any_skip_relocation, x86_64_linux: "53e87efffabca074c7d894e66bd70ad5ae05af24f8d52e135bc62569f4289d06"
end

depends_on "go" => :build

def install
ldflags = "-s -w -X github.com/hetznercloud/cli/internal/version.Version=v#{version}"
ldflags = "-s -w -X github.com/hetznercloud/cli/internal/version.version=v#{version}"
system "go", "build", *std_go_args(ldflags: ldflags), "./cmd/hcloud"

generate_completions_from_executable(bin/"hcloud", "completion")
Expand Down

0 comments on commit 1557b8d

Please sign in to comment.