1
1
local name = " skaffold"
2
2
local org = " GoogleContainerTools"
3
- local release = " v1.8 .0"
4
- local version = " 1.8 .0"
3
+ local release = " v1.9 .0"
4
+ local version = " 1.9 .0"
5
5
food = {
6
6
name = name ,
7
7
description = " Easy and Repeatable Kubernetes Development" ,
@@ -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 = " 6dd171bc6005e3fbfbc82e4f9c44043fb7f7cb3de49d0c1f02b86f96eccc7ef9 " ,
16
+ sha256 = " be391b9ab9f6bc8164225f8a8ac6c90317d284e35fef416a3581eeb561337278 " ,
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 = " ffcc601a58c5ee97c83d1189eb4112bce9d21576dd6ce28bb35f848ab6b45f05 " ,
29
+ sha256 = " e0d2191863a91063267b98e652b31cb041e0605be7eba67ea4faf29631b5e8d6 " ,
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 = " 88ed290e8ec097df312607d01e4e2dd212cfbd072e30a15083a7df7166da302c " ,
42
+ sha256 = " 14c8363d2c908344b234c139ce8178bc187ea00f50f9f34fbd563d60b88a5777 " ,
43
43
resources = {
44
44
{
45
45
path = name .. " -windows-amd64.exe" ,
0 commit comments