Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Brew formula update for tenv version v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Apr 29, 2024
1 parent 813af34 commit 8690350
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/tenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
class Tenv < Formula
desc "OpenTofu and Terraform version manager (inspired by tofuenv, written in Go)"
homepage "https://github.com/tofuutils/tenv"
version "1.9.1"
version "1.9.2"
license "Apache-2.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/tofuutils/tenv/releases/download/v1.9.1/tenv_v1.9.1_Darwin_x86_64.tar.gz"
sha256 "bb7956158f5d503711162b884eb5f9500007f88facd827c2e07d971b44266eb7"
url "https://github.com/tofuutils/tenv/releases/download/v1.9.2/tenv_v1.9.2_Darwin_x86_64.tar.gz"
sha256 "f3ee9be12702eae4634158d5b582cede9c95e07313b8d7d008301e618efbc695"

def install
bin.install "tenv"
Expand All @@ -22,8 +22,8 @@ def install
end
end
if Hardware::CPU.arm?
url "https://github.com/tofuutils/tenv/releases/download/v1.9.1/tenv_v1.9.1_Darwin_arm64.tar.gz"
sha256 "13679031013f4cd2058b06921366e989fdf3aead7b35cb39ace57cdd5bca00fc"
url "https://github.com/tofuutils/tenv/releases/download/v1.9.2/tenv_v1.9.2_Darwin_arm64.tar.gz"
sha256 "437b57215b348444cf5d3161314a0a9e6bfc90b8e9a059c9ca15ae615af697d3"

def install
bin.install "tenv"
Expand All @@ -37,8 +37,8 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/tofuutils/tenv/releases/download/v1.9.1/tenv_v1.9.1_Linux_x86_64.tar.gz"
sha256 "86ddd0c80646457ba2650758c6e26257c3aa4810564f31120e12ae598c572673"
url "https://github.com/tofuutils/tenv/releases/download/v1.9.2/tenv_v1.9.2_Linux_x86_64.tar.gz"
sha256 "2a92edc21c80eb49f5fdb4f809486e1e138f03728d82a6d9f417ac8638a220a8"

def install
bin.install "tenv"
Expand All @@ -49,8 +49,8 @@ def install
end
end
if Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url "https://github.com/tofuutils/tenv/releases/download/v1.9.1/tenv_v1.9.1_Linux_armv6.tar.gz"
sha256 "2e938e6f3f7ae9ff48fae70635d068b77e321b96a244885667bacc97083a6698"
url "https://github.com/tofuutils/tenv/releases/download/v1.9.2/tenv_v1.9.2_Linux_armv6.tar.gz"
sha256 "60a73bfd723d7a304efaea9662e0029a990b3f5e4c4137b569d414ddf1c682ca"

def install
bin.install "tenv"
Expand All @@ -61,8 +61,8 @@ def install
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/tofuutils/tenv/releases/download/v1.9.1/tenv_v1.9.1_Linux_arm64.tar.gz"
sha256 "dcb3b871cd69dcebd4e3bcf707271908ed9049415174ca29960ede740b4a13b4"
url "https://github.com/tofuutils/tenv/releases/download/v1.9.2/tenv_v1.9.2_Linux_arm64.tar.gz"
sha256 "8370c8c82332b4c2a53f17a77a0a43c1c536880e0269ce70e52845c9d70a0752"

def install
bin.install "tenv"
Expand Down

0 comments on commit 8690350

Please sign in to comment.