Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1059 from fmotrifork/helm-v3.4.1
Browse files Browse the repository at this point in the history
helm 3.4.1
  • Loading branch information
Matthew Fisher authored Nov 12, 2020
2 parents 54f60f0 + 03d06c8 commit 7b11ef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/helm.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "helm"
local version = "3.4.0"
local version = "3.4.1"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://get.helm.sh/helm-v" .. version .. "-darwin-amd64.tar.gz",
sha256 = "e1588ee03cfa3f2140199acafc29aff95960a4f593b8f4ca8fc0a6be169827bf",
sha256 = "71d213d63e1b727d6640c4420aee769316f0a93168b96073d166edcd3a425b3d",
resources = {
{
path = "darwin-amd64/" .. name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://get.helm.sh/helm-v" .. version .. "-linux-amd64.tar.gz",
sha256 = "270acb0f085b72ec28aee894c7443739271758010323d72ced0e92cd2c96ffdb",
sha256 = "538f85b4b73ac6160b30fd0ab4b510441aa3fa326593466e8bf7084a9c288420",
resources = {
{
path = "linux-amd64/" .. name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://get.helm.sh/helm-v" .. version .. "-windows-amd64.tar.gz",
sha256 = "16ff9c2d8348a289da2997cb939f5426ff8931d02a02b133cbd6546047ca142f",
sha256 = "45b210c55851dfeebf33d42bbfee14500b8fd7db4289f4d59e3b7e351e354646",
resources = {
{
path = "windows-amd64\\" .. name .. ".exe",
Expand Down

0 comments on commit 7b11ef2

Please sign in to comment.