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 #742 from fmotrifork/skaffold-v1.10.0
Browse files Browse the repository at this point in the history
skaffold 1.10.0
  • Loading branch information
Matthew Fisher authored May 20, 2020
2 parents de29dc6 + c841756 commit 207a15f
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.9.1"
local version = "1.9.1"
local release = "v1.10.0"
local version = "1.10.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 = "166b63471701b0948ad8629027bd1dd95b8226d3806118279ece87f3e9577c77",
sha256 = "d85bb6c28357cb60b0c609593d70c04567bda09fdf932cda3b9aab52e1784407",
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 = "6078dbaa83dcfbeeef4ebdce0f6cfeff510cc34b6f3156b32b256d02a74973e5",
sha256 = "b0e5972fa5e86eb2aab61c834c0b65646cc21120fe13d59871d9a5fd5a71197f",
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 = "ddf70bdaa549e32ad347fce43cfe93ac716aedf852d6e7f378052f298d072bd3",
sha256 = "3d66a199dfd01b268eb97ce1c6dff9f96bbf2de8213cbaa859d04e489bbdda8d",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand Down

0 comments on commit 207a15f

Please sign in to comment.