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

Commit 1c25082

Browse files
author
Matthew Fisher
authored
Merge pull request #713 from fmotrifork/skaffold-v1.9.0
skaffold 1.9.0
2 parents 80fa7c4 + cb8f372 commit 1c25082

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Food/skaffold.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local name = "skaffold"
22
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"
55
food = {
66
name = name,
77
description = "Easy and Repeatable Kubernetes Development",
@@ -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 = "6dd171bc6005e3fbfbc82e4f9c44043fb7f7cb3de49d0c1f02b86f96eccc7ef9",
16+
sha256 = "be391b9ab9f6bc8164225f8a8ac6c90317d284e35fef416a3581eeb561337278",
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 = "ffcc601a58c5ee97c83d1189eb4112bce9d21576dd6ce28bb35f848ab6b45f05",
29+
sha256 = "e0d2191863a91063267b98e652b31cb041e0605be7eba67ea4faf29631b5e8d6",
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 = "88ed290e8ec097df312607d01e4e2dd212cfbd072e30a15083a7df7166da302c",
42+
sha256 = "14c8363d2c908344b234c139ce8178bc187ea00f50f9f34fbd563d60b88a5777",
4343
resources = {
4444
{
4545
path = name .. "-windows-amd64.exe",

0 commit comments

Comments
 (0)