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 #1070 from fmotrifork/argocd-v1.7.9
Browse files Browse the repository at this point in the history
argocd 1.7.9
  • Loading branch information
Matthew Fisher authored Nov 18, 2020
2 parents edfdb1d + a38a4b8 commit 574e17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Food/argocd.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "argocd"
local version = "1.7.8"
local version = "1.7.9"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/argoproj/argo-cd/releases/download/v" .. version .. "/" .. name .. "-darwin-amd64",
sha256 = "1a26b3a273b5d7ae73468adf84183b29066e14ca2554bc642735f4b326c05d83",
sha256 = "16ec6a74d6847c9c8dd37b50c991693d69d5ffe2d09769e4909f7e4da55a9614",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/argoproj/argo-cd/releases/download/v" .. version .. "/" .. name .. "-linux-amd64",
sha256 = "3f169184a790338eb03bca9d0986981025a35b3380c7160afa5bda9191ce10dc",
sha256 = "696fd14adfca77ff6293e67de67fe795b4a0746ac1a96431b70f219d94683384",
resources = {
{
path = name .. "-linux-amd64",
Expand Down

0 comments on commit 574e17d

Please sign in to comment.