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 #1045 from ams0/clusterctl-0.3.10
Browse files Browse the repository at this point in the history
clusterctl v0.3.10
  • Loading branch information
Matthew Fisher authored Nov 4, 2020
2 parents afd38be + 9bf86b7 commit d73366b
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit d73366b

Please sign in to comment.