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 #1017 from fmotrifork/argocd-v1.7.8
Browse files Browse the repository at this point in the history
argocd 1.7.8
  • Loading branch information
Matthew Fisher authored Oct 16, 2020
2 parents fc95ffc + c038fc6 commit a3ddaea
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.7"
local version = "1.7.8"

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 = "70b2b41af478e18f43ed7f3f78343a1dd53d3f34909de3f756cf90d416cabb23",
sha256 = "1a26b3a273b5d7ae73468adf84183b29066e14ca2554bc642735f4b326c05d83",
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 = "6c82f8166b9b9c683bfcd9db8ad723529603cfbd068bf7fa54a4ff70186844e9",
sha256 = "3f169184a790338eb03bca9d0986981025a35b3380c7160afa5bda9191ce10dc",
resources = {
{
path = name .. "-linux-amd64",
Expand Down

0 comments on commit a3ddaea

Please sign in to comment.