From 6b1a78c8a7f1da79ca3efc757efe6bc868ff9dd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:47:17 +0300 Subject: [PATCH] Add Terraform v1.10.0-alpha20241023 (#258) Co-authored-by: github-actions --- Casks/terraform-1-10-0-alpha20241023.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Casks/terraform-1-10-0-alpha20241023.rb diff --git a/Casks/terraform-1-10-0-alpha20241023.rb b/Casks/terraform-1-10-0-alpha20241023.rb new file mode 100644 index 0000000..6bd9b93 --- /dev/null +++ b/Casks/terraform-1-10-0-alpha20241023.rb @@ -0,0 +1,19 @@ +cask "terraform-1-10-0-alpha20241023" do + name "Terraform" + homepage "https://www.terraform.io/" + + version "1.10.0-alpha20241023" + + arch intel: "amd64", arm: "arm64" + + sha256 intel: "620b9be1be9e207d03a1df89fe90663665651d431b643ba73bb6a2fb542821dc", + arm: "a07b1a120439d2f93f079d95a6570ece50bb3fef729a238857c654dcf2fb27b6" + + url "https://releases.hashicorp.com/terraform/#{version}/terraform_#{version}_darwin_#{arch}.zip", + verified: "releases.hashicorp.com/terraform" + + + # Binaries not installed as multiple versions are expected to coexist. + # Normally the wanted version is selected with `chtf`. + stage_only true +end