Skip to content

Commit

Permalink
Brew formula update for helmwave version v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Sep 3, 2024
1 parent ce6abf4 commit 1045e66
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions Formula/helmwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,31 @@

# This file was generated by GoReleaser. DO NOT EDIT.
class Helmwave < Formula
desc "True release manager for Kubernetes"
desc "Helmwave is true release management for helm"
homepage "https://helmwave.app"
version "0.39.1"
version "0.40.0"
license "MIT"

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

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.39.1/helmwave_0.39.1_darwin_arm64.tar.gz"
sha256 "f5d97cef2131dfd7633009f65bbef74ff3e9cf58d43e2fb61c6731e42019800a"
url "https://github.com/helmwave/helmwave/releases/download/v0.40.0/helmwave_0.40.0_darwin_arm64.tar.gz"
sha256 "91cb8752f8c89732a90ead07ddfbc3c8d4da75c00df4e523d69cb46fd1d67fbb"

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 @@ -32,22 +36,26 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/helmwave/helmwave/releases/download/v0.39.1/helmwave_0.39.1_linux_amd64.tar.gz"
sha256 "5f3def9ce75a5889a42da61897f951e3bbf1c44e83fe3e8b83a2a67d96c41ba6"
url "https://github.com/helmwave/helmwave/releases/download/v0.40.0/helmwave_0.40.0_linux_amd64.tar.gz"
sha256 "4b0c54e6954572167ad484e3c2f6d7cd63e11a8faf6c67f2e5923fd4d67e0659"

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.39.1/helmwave_0.39.1_linux_arm64.tar.gz"
sha256 "df40f53ac1eca9c796d2a48294beae4a4d199d38816eac75d1b1936e7869fdc8"
url "https://github.com/helmwave/helmwave/releases/download/v0.40.0/helmwave_0.40.0_linux_arm64.tar.gz"
sha256 "6323a23b13a4d73fe3f59b23adfd1687b0627964a966b56bc869f85ea0e7be64"

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 1045e66

Please sign in to comment.