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 #1158 from fmotrifork/fluxctl-1.21.1
Browse files Browse the repository at this point in the history
fluxctl 1.21.1
  • Loading branch information
Matthew Fisher authored Jan 11, 2021
2 parents d6761ae + 37c9e32 commit 2855625
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.21.0"
local version = "1.21.0"
local release = "1.21.1"
local version = "1.21.1"
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 = "84dc0e54a652ddbf4cf38e7c487bbbc0187d65d9b78406fc351272ca9c664c29",
sha256 = "70f9779cfdc38fae844d92d5504d12dff4edb47c03f5f87f39cc602d8268c2df",
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 = "b429f7bf20703fa2ebbd4b7b2955fb787545e0dc424c17c1d654caea24910653",
sha256 = "29f55ca6fc528d2064191071b18d7fa26f56a53fa3e1316dc4d896465c58bf72",
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 = "3f137446a7313613bc07768448091a21397616921c05b7bb1bdbca4f46d7ced8",
sha256 = "fd8c3b2330585691f56c58b7a5e429bd71d156fea6f33af4e06bb5a1f10881a5",
resources = {
{
path = name .. "_windows_amd64",
Expand Down

0 comments on commit 2855625

Please sign in to comment.