Skip to content

Commit

Permalink
Bump hcp to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-tfe-release-bot committed Sep 5, 2024
1 parent a6574a9 commit c5e833a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/hcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
class Hcp < Formula
desc "HCP CLI"
homepage "https://github.com/hashicorp/hcp"
version "0.4.0"
version "0.5.0"

if OS.mac? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/hcp/0.4.0/hcp_0.4.0_darwin_amd64.zip"
sha256 "8cc36144872e513ec1a564c2086307af511c55f59e6aa735ab2e3e6db4760d88"
url "https://releases.hashicorp.com/hcp/0.5.0/hcp_0.5.0_darwin_amd64.zip"
sha256 "fc0ecf308eb8920d8e5578cceb4d1e846c088278be5f6a51f73bacbda406cef1"
end

if OS.mac? && Hardware::CPU.arm?
url "https://releases.hashicorp.com/hcp/0.4.0/hcp_0.4.0_darwin_arm64.zip"
sha256 "256ae425f8a8efde5636725ac2a3e59082b79af955419a8fb5795ac8b66b571c"
url "https://releases.hashicorp.com/hcp/0.5.0/hcp_0.5.0_darwin_arm64.zip"
sha256 "ea34bc45fb7ec1e0b20ad5e5dcd48ef75c942388e6bbde227a9b9a2ef5550863"
end

if OS.linux? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/hcp/0.4.0/hcp_0.4.0_linux_amd64.zip"
sha256 "f60ed93b57d73d3d5fa26df59b09dc3b16f9b4ee2eadfef6b5ab216b62913352"
url "https://releases.hashicorp.com/hcp/0.5.0/hcp_0.5.0_linux_amd64.zip"
sha256 "c6f7692b067b6ea6245311adc175565c7b451191564df590ca426f8d540178ac"
end

if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/hcp/0.4.0/hcp_0.4.0_linux_arm.zip"
sha256 "76d1ca62821751c08e511bd8a48277cc74d0584bccf51be2fee59ac1e6fef3ec"
url "https://releases.hashicorp.com/hcp/0.5.0/hcp_0.5.0_linux_arm.zip"
sha256 "061865e49220a35ceadf4b6b21f2926f172d8e1f2a6e0d666eb079e46e040c88"
end

if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/hcp/0.4.0/hcp_0.4.0_linux_arm64.zip"
sha256 "2c1c08802be382f5965a6c8cd875db2cdf0ffadd3f433cfffb45d5ee8664d801"
url "https://releases.hashicorp.com/hcp/0.5.0/hcp_0.5.0_linux_arm64.zip"
sha256 "7b57e9dae0c6f2706f3cb3d152e6fd1c777896e07196bfcbb5db7a618d45f313"
end

conflicts_with "hcp"
Expand Down

0 comments on commit c5e833a

Please sign in to comment.