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 #1157 from fmotrifork/argocd-v1.8.2
Browse files Browse the repository at this point in the history
argocd 1.8.2
  • Loading branch information
Matthew Fisher authored Jan 11, 2021
2 parents 2855625 + 0ebfaad commit e412de0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/argocd.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "argocd"
local version = "1.8.1"
local version = "1.8.2"

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 = "b2aab74cc196cf3f025d1767083b77c578dbf492719dfe009f9473c7f639d394",
sha256 = "208690742f26e3c8d41ccdda6b8c49984cb71ea94a23f3dfff6d330bbc26d8df",
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 = "4250362862d9be3bdaea2ba775e3b3faf81b87f67773b9a67802aa9114de09a1",
sha256 = "b97f17d20b325257732223357658555f4702bd2ba9e37e53379007940f51c8fa",
resources = {
{
path = name .. "-linux-amd64",
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/argoproj/argo-cd/releases/download/v" .. version .. "/" .. name .. "-windows-amd64.exe",
sha256 = "3facaa8588162a100fee8d7c364dbe9dc33048ef330aa038d24f86bade110133",
sha256 = "4dab927329164d96e2fd8fd0dd5bfc9a8375ba5be1e7afd918a76c5497e63de9",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand Down

0 comments on commit e412de0

Please sign in to comment.