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

Commit

Permalink
Merge pull request #582 from fmotrifork/skaffold-v1.4.0
Browse files Browse the repository at this point in the history
skaffold 1.4.0
  • Loading branch information
Matthew Fisher authored Feb 24, 2020
2 parents 0a987c7 + ee9008f commit 89e503f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Food/skaffold.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local name = "skaffold"
local org = "GoogleContainerTools"
local release = "v1.3.1"
local version = "1.3.1"
local release = "v1.4.0"
local version = "1.4.0"
food = {
name = name,
description = "Easy and Repeatable Kubernetes Development",
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64",
sha256 = "e2f9eb8277e95db95384e2093afbb5bd571347ea065689d8cfd54bae2b301b9a",
sha256 = "223170f680d3e77e84fb32dec190f6733a60bec51531e87a9cbf970c9b8ad39c",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -26,7 +26,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64",
sha256 = "ab5b4b832e63add8795cdecdd59f89055a8d0bd625de3e59ace918ecb25db27b",
sha256 = "36691f2df2afaa5b4820b1d6fc0f5c0a489ff203a340698ed5b7cd81ee47cc66",
resources = {
{
path = name .. "-linux-amd64",
Expand All @@ -39,7 +39,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.exe",
sha256 = "611cc9e9fd685b40830ab67d9970591c66eddbbac43679010f48bb3568304dad",
sha256 = "17ebad319371b5010b45b4d2b96b6286f913d76ed6bbd4bb34efe5206ee79b39",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand Down

0 comments on commit 89e503f

Please sign in to comment.