diff --git a/Food/helm.lua b/Food/helm.lua index 81a6a2827..068d22caf 100644 --- a/Food/helm.lua +++ b/Food/helm.lua @@ -1,5 +1,5 @@ local name = "helm" -local version = "3.6.1" +local version = "3.6.2" food = { name = name, @@ -12,7 +12,7 @@ food = { os = "darwin", arch = "amd64", url = "https://get.helm.sh/helm-v" .. version .. "-darwin-amd64.tar.gz", - sha256 = "f5e49aac89701162871e576ebd32506060e43a470da1fcb4b8e4118dc3512913", + sha256 = "81a94d2877326012b99ac0737517501e5ed69bb4987884e7f2d0887ad27895a9", resources = { { path = "darwin-amd64/" .. name, @@ -25,7 +25,7 @@ food = { os = "linux", arch = "amd64", url = "https://get.helm.sh/helm-v" .. version .. "-linux-amd64.tar.gz", - sha256 = "c64f2c7b1d00c5328b164cea4bbd5e0752c103193037173c9eadea9d6a57eddb", + sha256 = "f3a4be96b8a3b61b14eec1a35072e1d6e695352e7a08751775abf77861a0bf54", resources = { { path = "linux-amd64/" .. name, @@ -38,7 +38,7 @@ food = { os = "windows", arch = "amd64", url = "https://get.helm.sh/helm-v" .. version .. "-windows-amd64.tar.gz", - sha256 = "8327f1b2b5d51fedc65747833cd5e7c85368248a7346b8f43ec6472d9f41b2ed", + sha256 = "2b4512f47506caadbbcb3795afa4af21ca10d8b7905f2349d3d27221de36dc05", resources = { { path = "windows-amd64\\" .. name .. ".exe",