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

Commit

Permalink
skaffold 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmotrifork committed Aug 21, 2020
1 parent 4b0b945 commit 737a27b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/skaffold.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "skaffold"
local version = "1.13.0"
local version = "1.13.2"
local release = "v" .. version

food = {
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/GoogleContainerTools/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64",
sha256 = "a83b57f51ef49423b4d715bae3cd7fa1895ee65be0eba3e6f6b05d389aa607e6",
sha256 = "84e37b0199cf0510094ee3ecd1165102f8138c71815fababe07ad1fbe786063f",
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 = "ef48d8e5fd0d05f053acdaa1d0556629a924617c50f303cd460a6fa935bc3820",
sha256 = "cbc6d6aabff08d72df2ca4af48782674e89b8c5545907568831182bbb77c86cf",
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 = "8c01512a599338c1acf48a71187f965a8826e60da2eeb5be618d184d1c67c8c9",
sha256 = "f6c2c131b99f98f49ddd228d8da46b2a4d5252cc35a4b43951365aea696f02b7",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand Down

0 comments on commit 737a27b

Please sign in to comment.