Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
argocd 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gofish-bot committed Jun 23, 2021
1 parent c70c8c3 commit 107fd02
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 = "2.0.3"
local version = "2.0.4"

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 = "afefdfa2de9045a8d65276400bf463470d4b8bc8d6b7aff867ab7fb51ee875db",
sha256 = "31a9fcd769e5bfca4fa67b65ef3edcf2188055d390494b8253344f53dc02859e",
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 = "55c96874b2ec13d737c8b3ae5fb47bb032cf4273d2fe0a99828eebf2ca2c4151",
sha256 = "02e2fc2303565147aacd5a349ff9eed94dbf948bce6fbd19df2d791f589789aa",
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 = "a9eab467bbfa95780c592a260f44b80be969058e562918a3b6348f3262ecd005",
sha256 = "3585486f61b97652a1aa0ff0c68958cc241002f7c4ebc8378df30b8501162670",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand Down

0 comments on commit 107fd02

Please sign in to comment.