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

Commit

Permalink
flux 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Jan 6, 2021
1 parent 9745a91 commit 6f1caac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Food/flux.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local name = "flux"
local org = "fluxcd"
local release = "v0.5.7"
local version = "0.5.7"
local version = "0.5.8"
local release = "v" .. version

food = {
name = name,
description = "Open and extensible continuous delivery solution for Kubernetes",
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/fluxcd/flux2/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_darwin_amd64.tar.gz",
sha256 = "f7d4322a80edb4bc8d4184171e2c2bbda1db769fd1cbac131e397c813de74c84",
sha256 = "901fc72901422354c63bca7ae1cb65c0044bd3a2945b156647c3c58418916783",
resources = {
{
path = name,
Expand All @@ -26,7 +26,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/fluxcd/flux2/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_linux_amd64.tar.gz",
sha256 = "c5bd4548548234c0de94ac94ebfae8506ff79fbff58170bacce0c34468a280d0",
sha256 = "ff268651004aa70d7612124c94377225edeb3eed28cdf23e206eb7f0a2560ba5",
resources = {
{
path = name,
Expand All @@ -39,7 +39,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/fluxcd/flux2/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_windows_amd64.zip",
sha256 = "4563953bb40d76acbe6b1c49ea58126b8af6e24bdaa84297b3aa443b8a065615",
sha256 = "b2a4bc02becb5d961e3b72c8f6073ccb9f652d3644d839ace54f6ea8ff5d9465",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 6f1caac

Please sign in to comment.