diff --git a/Food/k9s.lua b/Food/k9s.lua index 85ba79a1f..ec1621b32 100644 --- a/Food/k9s.lua +++ b/Food/k9s.lua @@ -1,5 +1,5 @@ local name = "k9s" -local version = "0.23.9" +local version = "0.23.10" local release = "v" .. version food = { @@ -13,7 +13,7 @@ food = { os = "darwin", arch = "amd64", url = "https://github.com/derailed/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_Darwin_x86_64.tar.gz", - sha256 = "c96e29384c9b1fb2028cd239276bbd8479af8cab53d536f72b7adcc08e9fa92b", + sha256 = "664f7a90f3f6771c58ed2f75cf493046c45e234fca15e5b886d5ef77b092e92b", resources = { { path = name, @@ -26,7 +26,7 @@ food = { os = "linux", arch = "amd64", url = "https://github.com/derailed/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_Linux_x86_64.tar.gz", - sha256 = "85a54d7f0d7a7af6daf6cb6fb36b13fd75e0dd42a5a301562fcd49a2c25e8c3c", + sha256 = "7838b227164bb67c44caba4a1ecaee44c200580b6c6e8d6fc2acb741e5a95017", resources = { { path = name, @@ -39,7 +39,7 @@ food = { os = "windows", arch = "amd64", url = "https://github.com/derailed/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_Windows_x86_64.tar.gz", - sha256 = "5fba6d5568bf2def3672af3206f102bb0c7317983dc0e0e6a52ed090864f13ff", + sha256 = "67c837e306829e134ddfcff02b999c1be1d939493c14219401bb8cc1d1501d3d", resources = { { path = name .. ".exe",