1
1
local name = " skaffold"
2
- local version = " 1.16 .0"
2
+ local version = " 1.17 .0"
3
3
local release = " v" .. version
4
4
5
5
food = {
@@ -13,7 +13,7 @@ food = {
13
13
os = " darwin" ,
14
14
arch = " amd64" ,
15
15
url = " https://github.com/GoogleContainerTools/" .. name .. " /releases/download/" .. release .. " /" .. name .. " -darwin-amd64" ,
16
- sha256 = " 65033de8ccc41b4c05e25735ba1efcd0d838c703e85875913c677b34a8f63787 " ,
16
+ sha256 = " 027acb5b9af075f00571e2d2366886ea7bb06e0a74b51bca1878ca4e2f2bd83a " ,
17
17
resources = {
18
18
{
19
19
path = name .. " -darwin-amd64" ,
@@ -26,7 +26,7 @@ food = {
26
26
os = " linux" ,
27
27
arch = " amd64" ,
28
28
url = " https://github.com/GoogleContainerTools/" .. name .. " /releases/download/" .. release .. " /" .. name .. " -linux-amd64" ,
29
- sha256 = " 9041feb75a5fc15c1159f1e25d0dd781ecf0ff9fe37190174e61822a47c60b1d " ,
29
+ sha256 = " 734a23dfe90b01feb927c44168c93b72afd05d8b978319b4670dc7e6a5e887fe " ,
30
30
resources = {
31
31
{
32
32
path = name .. " -linux-amd64" ,
@@ -39,7 +39,7 @@ food = {
39
39
os = " windows" ,
40
40
arch = " amd64" ,
41
41
url = " https://github.com/GoogleContainerTools/" .. name .. " /releases/download/" .. release .. " /" .. name .. " -windows-amd64.exe" ,
42
- sha256 = " 2233d26cc4baa08d561d6afd4f563c7d9f4db0e24281e3484c5686811eab2852 " ,
42
+ sha256 = " 21db162d32a0e391444ab8d4826a6f632432a434a2ad49024cd9d48924801494 " ,
43
43
resources = {
44
44
{
45
45
path = name .. " -windows-amd64.exe" ,
0 commit comments