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

clusterctl v0.3.10 #1045

Merged
merged 1 commit into from
Nov 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Food/clusterctl.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "clusterctl"
local version = "0.3.9"
local version = "0.3.10"
local release = "v" .. version
local org = "kubernetes-sigs"
local repo = "cluster-api"
Expand All @@ -16,7 +16,7 @@ food = {
arch = "amd64",
url = url .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64",
-- shasum of the release archive
sha256 = "5d5accbafa85da99e2f3d45188a4bce4531cdeacbf5bba04f1352c9dcbad9eac",
sha256 = "37eef184d65fe4f6ce1fb0c7270011a08db4d43ea35a9c31755117c8c2e38ac6",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -30,7 +30,7 @@ food = {
arch = "amd64",
url = url .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64",
-- shasum of the release archive
sha256 = "1b460f28b58d796b11d1e51634d2593e2823deac3e6554f9a9a8678a4ba4032e",
sha256 = "5b66025473bd8bbf3ed5316d7fa8433e4d7d68648f613cd25200eb43824a56ff",
resources = {
{
path = name .. "-linux-amd64",
Expand Down