Skip to content

Commit

Permalink
Merge pull request #182950 from Homebrew/bump-hcloud-1.47.0
Browse files Browse the repository at this point in the history
hcloud 1.47.0
  • Loading branch information
BrewTestBot authored Aug 30, 2024
2 parents 3d3c5fd + 296e40c commit 77e2cca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/h/hcloud.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.46.0.tar.gz"
sha256 "f0581cff19644fe3048ff92064916b8e1c628e4b108f926e872a8f7e3f95ac7a"
url "https://github.com/hetznercloud/cli/archive/refs/tags/v1.47.0.tar.gz"
sha256 "2f1c15f71cca7c2e725a5047dbd918cc919962930b9681c53402e9c693884894"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4686122014d05e83b10b19beece4f3e7c7a78ed9b1d61b33f59dd70758df6b78"
sha256 cellar: :any_skip_relocation, arm64_ventura: "00ae01153f5acf6ecc97179c57d02419b6db60e6931b6c9cdc782751f15eab1e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "21bc47730e6d68fb0f6081d8550be9e8ab4307a20ccbb3aa82b26fb10ce45dca"
sha256 cellar: :any_skip_relocation, sonoma: "0a0ef786c7006b11f2c2b89b5ae0fd589b118968f443c4d598ecf2ad20cefa46"
sha256 cellar: :any_skip_relocation, ventura: "d6b386bb72c57e00d58ae3281b91ed7a9ee0354cae433055f893b0f3f0dec813"
sha256 cellar: :any_skip_relocation, monterey: "f8c6e84bf927c82a31d74726174849861f67c18146b403952e2eb57f9f793508"
sha256 cellar: :any_skip_relocation, x86_64_linux: "43b34292e267a7427cc94120380909b1ae7179b70574760bce05c0e8bd79e7e9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7c7f90ec74f8119f0d5c95a2d43df7c1c5973ac47bc3f92828cab5194960e11"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7c7f90ec74f8119f0d5c95a2d43df7c1c5973ac47bc3f92828cab5194960e11"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d7c7f90ec74f8119f0d5c95a2d43df7c1c5973ac47bc3f92828cab5194960e11"
sha256 cellar: :any_skip_relocation, sonoma: "034f8534280e82fb0d641682b71a0e9f95f84b4561b9976918c4cee67ce54db2"
sha256 cellar: :any_skip_relocation, ventura: "034f8534280e82fb0d641682b71a0e9f95f84b4561b9976918c4cee67ce54db2"
sha256 cellar: :any_skip_relocation, monterey: "034f8534280e82fb0d641682b71a0e9f95f84b4561b9976918c4cee67ce54db2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9b81830b472d0052cbcf4413b1a402a4e59dba3c394d15562cc535888c352f9e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 77e2cca

Please sign in to comment.