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 #1233 from fmotrifork/fluxctl-1.21.2
Browse files Browse the repository at this point in the history
fluxctl 1.21.2
  • Loading branch information
Matthew Fisher authored Feb 17, 2021
2 parents b2af032 + 2ea13c3 commit 80bcebe
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.1"
local version = "1.21.1"
local release = "1.21.2"
local version = "1.21.2"
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 = "70f9779cfdc38fae844d92d5504d12dff4edb47c03f5f87f39cc602d8268c2df",
sha256 = "42c974ae6588a1bd1e4435399fa584934956061a090cc34535ceb5f579b1a4dd",
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 = "29f55ca6fc528d2064191071b18d7fa26f56a53fa3e1316dc4d896465c58bf72",
sha256 = "b92523a143a3e623ad4eeeff87bce6f6fe1a884f341c40f7d64ff592470b1d7f",
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 = "fd8c3b2330585691f56c58b7a5e429bd71d156fea6f33af4e06bb5a1f10881a5",
sha256 = "f77437b351ac2ed490f56ca5d07b50969da9095486248d57612f49bc5d7a5235",
resources = {
{
path = name .. "_windows_amd64",
Expand Down

0 comments on commit 80bcebe

Please sign in to comment.