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

Commit

Permalink
fluxctl 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmotrifork committed Aug 21, 2020
1 parent 4b0b945 commit 0cef862
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.0"
local version = "1.20.0"
local release = "1.20.2"
local version = "1.20.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 = "dd34cb8bd2c07f0a8ab77fa9306b57618686df2884a32ffca11f31a02b2b5f28",
sha256 = "96686c1d72f0e91371719a1506125afc13a18c895df6f7d840aa5c1f14d6bac8",
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 = "790450b7fb3cbb5decc060223e489bce3459753b5e77e7bac1adeee8db41eb21",
sha256 = "a3ace35ebc5dc96a00c118e1c51eaf4f21a2507affbf79f7418e41b5766bdcc6",
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 = "092ecc238065030dcda7ddbdcb9ba4a48afdbdd476a8b00831af4a4500066b84",
sha256 = "a49ae50d547ff31d58e761c94f736164c3b1118aefbd5b1b3ad323bef3a011c5",
resources = {
{
path = name .. "_windows_amd64",
Expand Down

0 comments on commit 0cef862

Please sign in to comment.