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 #346 from solo-io/glooctl-0.18.20-983
Browse files Browse the repository at this point in the history
glooctl 0.18.20
  • Loading branch information
Matthew Fisher authored Aug 22, 2019
2 parents e386e86 + 1bf822c commit a444ecb
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 = "0.18.19"
local version = "0.18.20"

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 = "04765fd2a25ced0a612b46cecadf0ce1ce6a887dfedfb224cdaa6563f8ab08db",
sha256 = "26bd6d512c12a1a5a6975b6658759930130bc7ef54fab09cbfe1812d150e18a7",
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 = "7a0fe5626fbf3a10b3b0b9c9ee3865e5573236b832aa1cd8b3c6368f957bfb5a",
sha256 = "353de7f3b357f66c53da6722df5a1cbcfeee3293caad86fd5b5322c6a5baf8ad",
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 = "4cbb3cac674923c3df145ab0d47d8aeaf750de0bf471417725c964eb40e2be9c",
sha256 = "0d043c0f270038d4b7add373929f6bbf4287db9b80b8f517c4dc381c0a059d98",
resources = {
{
path = name .. "-windows-amd64" .. ".exe",
Expand Down

0 comments on commit a444ecb

Please sign in to comment.