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

Commit 5fa3ff6

Browse files
author
Matthew Fisher
authored
Merge pull request #1082 from fmotrifork/skaffold-v1.17.0
skaffold 1.17.0
2 parents d0b02ff + fd5fc34 commit 5fa3ff6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Food/skaffold.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local name = "skaffold"
2-
local version = "1.16.0"
2+
local version = "1.17.0"
33
local release = "v" .. version
44

55
food = {
@@ -13,7 +13,7 @@ food = {
1313
os = "darwin",
1414
arch = "amd64",
1515
url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64",
16-
sha256 = "65033de8ccc41b4c05e25735ba1efcd0d838c703e85875913c677b34a8f63787",
16+
sha256 = "027acb5b9af075f00571e2d2366886ea7bb06e0a74b51bca1878ca4e2f2bd83a",
1717
resources = {
1818
{
1919
path = name .. "-darwin-amd64",
@@ -26,7 +26,7 @@ food = {
2626
os = "linux",
2727
arch = "amd64",
2828
url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64",
29-
sha256 = "9041feb75a5fc15c1159f1e25d0dd781ecf0ff9fe37190174e61822a47c60b1d",
29+
sha256 = "734a23dfe90b01feb927c44168c93b72afd05d8b978319b4670dc7e6a5e887fe",
3030
resources = {
3131
{
3232
path = name .. "-linux-amd64",
@@ -39,7 +39,7 @@ food = {
3939
os = "windows",
4040
arch = "amd64",
4141
url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.exe",
42-
sha256 = "2233d26cc4baa08d561d6afd4f563c7d9f4db0e24281e3484c5686811eab2852",
42+
sha256 = "21db162d32a0e391444ab8d4826a6f632432a434a2ad49024cd9d48924801494",
4343
resources = {
4444
{
4545
path = name .. "-windows-amd64.exe",

0 commit comments

Comments
 (0)