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 #994 from fmotrifork/fluxctl-1.21.0
Browse files Browse the repository at this point in the history
fluxctl 1.21.0
  • Loading branch information
Matthew Fisher authored Oct 5, 2020
2 parents 60c135b + 38dd24b commit 7e08201
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Food/fluxctl.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local name = "fluxctl"
local org = "fluxcd"
local release = "1.20.2"
local version = "1.20.2"
local release = "1.21.0"
local version = "1.21.0"
food = {
name = name,
description = "The GitOps Kubernetes operator",
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/fluxcd/flux/releases/download/" .. release .. "/" .. name .. "_darwin_amd64",
sha256 = "96686c1d72f0e91371719a1506125afc13a18c895df6f7d840aa5c1f14d6bac8",
sha256 = "84dc0e54a652ddbf4cf38e7c487bbbc0187d65d9b78406fc351272ca9c664c29",
resources = {
{
path = name .. "_darwin_amd64",
Expand All @@ -26,7 +26,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/fluxcd/flux/releases/download/" .. release .. "/" .. name .. "_linux_amd64",
sha256 = "a3ace35ebc5dc96a00c118e1c51eaf4f21a2507affbf79f7418e41b5766bdcc6",
sha256 = "b429f7bf20703fa2ebbd4b7b2955fb787545e0dc424c17c1d654caea24910653",
resources = {
{
path = name .. "_linux_amd64",
Expand All @@ -39,7 +39,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/fluxcd/flux/releases/download/" .. release .. "/" .. name .. "_windows_amd64",
sha256 = "a49ae50d547ff31d58e761c94f736164c3b1118aefbd5b1b3ad323bef3a011c5",
sha256 = "3f137446a7313613bc07768448091a21397616921c05b7bb1bdbca4f46d7ced8",
resources = {
{
path = name .. "_windows_amd64",
Expand Down

0 comments on commit 7e08201

Please sign in to comment.