diff --git a/Food/skaffold.lua b/Food/skaffold.lua index da2a46de4..b24d53a20 100644 --- a/Food/skaffold.lua +++ b/Food/skaffold.lua @@ -1,7 +1,7 @@ local name = "skaffold" local org = "GoogleContainerTools" -local release = "v1.4.0" -local version = "1.4.0" +local release = "v1.5.0" +local version = "1.5.0" food = { name = name, description = "Easy and Repeatable Kubernetes Development", @@ -13,7 +13,7 @@ food = { os = "darwin", arch = "amd64", url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64", - sha256 = "223170f680d3e77e84fb32dec190f6733a60bec51531e87a9cbf970c9b8ad39c", + sha256 = "8f53be95a6e71779f2db2e2eae2ae44eacf04e3fbf30ce4668c3ae1708014f40", resources = { { path = name .. "-darwin-amd64", @@ -26,7 +26,7 @@ food = { os = "linux", arch = "amd64", url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64", - sha256 = "36691f2df2afaa5b4820b1d6fc0f5c0a489ff203a340698ed5b7cd81ee47cc66", + sha256 = "c00e8dc2c5ebd31b8dad7fb2160a1be2dc1f74585f9c3799782889298e6eca27", resources = { { path = name .. "-linux-amd64", @@ -39,7 +39,7 @@ food = { os = "windows", arch = "amd64", url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.exe", - sha256 = "17ebad319371b5010b45b4d2b96b6286f913d76ed6bbd4bb34efe5206ee79b39", + sha256 = "fef57cfc95269c2ef97e5fc071bbcdc1fefafe5b739bc1873bcb6416f250a7b7", resources = { { path = name .. "-windows-amd64.exe",