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 #661 from solo-io/glooctl-1.3.17-816
Browse files Browse the repository at this point in the history
glooctl 1.3.17
  • Loading branch information
Matthew Fisher authored Apr 2, 2020
2 parents b9999d0 + 56587a8 commit 8d33b5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/glooctl.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "glooctl"
local version = "1.3.16"
local version = "1.3.17"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
arch = "amd64",
url = "https://github.com/solo-io/gloo/releases/download/v" .. version .. "/" .. name .. "-darwin-amd64",
-- shasum of the release archive
sha256 = "2777e607ab7e5591a3f207798558fac346a12064af47f4438a055eec5962839e",
sha256 = "e195bb57b6114f34e271b6146591a2dd208441cd98069a7493b9f65b2414a76b",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -26,7 +26,7 @@ food = {
arch = "amd64",
url = "https://github.com/solo-io/gloo/releases/download/v" .. version .. "/" .. name .. "-linux-amd64",
-- shasum of the release archive
sha256 = "82be10177c33d648db1062e68cb5ecf322b2fafe29cb1ec0a71c9c4b926e708d",
sha256 = "41b03fd95693a71bb4d4ff99109478d8940f97cac9c63e487d0b5586fbb5930f",
resources = {
{
path = name .. "-linux-amd64",
Expand All @@ -40,7 +40,7 @@ food = {
arch = "amd64",
url = "https://github.com/solo-io/gloo/releases/download/v" .. version .. "/" .. name .. "-windows-amd64.exe",
-- shasum of the release archive
sha256 = "b8ae180b53afdc4da53d9e188b05223e411f79d2ce74536cc54491fce9d0193c",
sha256 = "3134d03932feb5e11a2e5df68bda066638d1a4f667b1ceb085e90d5efeda951a",
resources = {
{
path = name .. "-windows-amd64" .. ".exe",
Expand Down

0 comments on commit 8d33b5d

Please sign in to comment.