Skip to content

Commit

Permalink
Brew formula update for helmwave version v0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Sep 3, 2024
1 parent 1045e66 commit 0723006
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions Formula/helmwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,26 @@
# This file was generated by GoReleaser. DO NOT EDIT.
class Helmwave < Formula
desc "Helmwave is true release management for helm"
homepage "https://helmwave.app"
version "0.40.0"
homepage "https://helmwave.app/"
version "0.40.1"
license "MIT"

on_macos do
on_intel do
url "https://github.com/helmwave/helmwave/releases/download/v0.40.0/helmwave_0.40.0_darwin_amd64.tar.gz"
sha256 "f7223fb2790a1398ab462ff0f09c0df9abfb544c9c37b52deb300d96e7fbc50b"
url "https://github.com/helmwave/helmwave/releases/download/v0.40.1/helmwave_0.40.1_darwin_amd64.tar.gz"
sha256 "f77ba283c74cd7d908dfe22c50382041aa590c1a1ba56a65e62340ac927f5fe4"

def install
bin.install "gitops"
bin.install "helmwave"
bin.install "schema"
generate_completions_from_executable(bin/"helmwave", "completion", shells: [:bash, :zsh])
end
end
on_arm do
url "https://github.com/helmwave/helmwave/releases/download/v0.40.0/helmwave_0.40.0_darwin_arm64.tar.gz"
sha256 "91cb8752f8c89732a90ead07ddfbc3c8d4da75c00df4e523d69cb46fd1d67fbb"
url "https://github.com/helmwave/helmwave/releases/download/v0.40.1/helmwave_0.40.1_darwin_arm64.tar.gz"
sha256 "1b19e4cd8e4166a94193b9ce9f69815817f039d6aac5afb501a175ae091957d3"

def install
bin.install "gitops"
bin.install "helmwave"
bin.install "schema"
generate_completions_from_executable(bin/"helmwave", "completion", shells: [:bash, :zsh])
end
end
Expand All @@ -36,26 +32,22 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/helmwave/helmwave/releases/download/v0.40.0/helmwave_0.40.0_linux_amd64.tar.gz"
sha256 "4b0c54e6954572167ad484e3c2f6d7cd63e11a8faf6c67f2e5923fd4d67e0659"
url "https://github.com/helmwave/helmwave/releases/download/v0.40.1/helmwave_0.40.1_linux_amd64.tar.gz"
sha256 "3a37dd5e398b0f046d42f3e88a2b02d2adbedeffae221fd630d9b29089ba08bd"

def install
bin.install "gitops"
bin.install "helmwave"
bin.install "schema"
generate_completions_from_executable(bin/"helmwave", "completion", shells: [:bash, :zsh])
end
end
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/helmwave/helmwave/releases/download/v0.40.0/helmwave_0.40.0_linux_arm64.tar.gz"
sha256 "6323a23b13a4d73fe3f59b23adfd1687b0627964a966b56bc869f85ea0e7be64"
url "https://github.com/helmwave/helmwave/releases/download/v0.40.1/helmwave_0.40.1_linux_arm64.tar.gz"
sha256 "e4c30464dc20156f1dc77f3ab6937f73980c9c6089ce68948dc9ca4aaa9b0b0c"

def install
bin.install "gitops"
bin.install "helmwave"
bin.install "schema"
generate_completions_from_executable(bin/"helmwave", "completion", shells: [:bash, :zsh])
end
end
Expand Down

0 comments on commit 0723006

Please sign in to comment.