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 #728 from fmotrifork/minikube-v1.10.1
Browse files Browse the repository at this point in the history
minikube 1.10.1
  • Loading branch information
Matthew Fisher authored May 13, 2020
2 parents f110ea2 + 56537d8 commit 9048b5b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Food/minikube.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local name = "minikube"
local org = "kubernetes"
local release = "v1.10.0"
local version = "1.10.0"
local release = "v1.10.1"
local version = "1.10.1"
food = {
name = name,
description = "Run Kubernetes locally",
Expand All @@ -13,7 +13,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64",
sha256 = "aff7d9e273aff53f8b3ab0e0bc3fdfff76daa19b4a0f5480679ba52fc688eae1",
sha256 = "9c51656f6855b4dff9a6f0bf1136255c18bc07c467ff67b32257da921e879246",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -26,7 +26,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64.tar.gz",
sha256 = "88cd06183d35c1f19352b0c54f3017017cb01ff733112ae72bd2077e8ad1f8ef",
sha256 = "0639343ba6076e702550c42315061cfb95a3e99072906fb3ea56e0cb82b08a85",
resources = {
{
path = name,
Expand All @@ -39,7 +39,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64",
sha256 = "9d34cb50bc39f80d39f92d1fb7cb23a271504b519f5e805574894d395ce3e7b3",
sha256 = "acc67ea2ff1ca261269a702a6d998367f65c86d9024c20bbf5ac3922bfca1aaa",
resources = {
{
path = name .. "-linux-amd64",
Expand All @@ -52,7 +52,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64.tar.gz",
sha256 = "899348ece171b1d7f708f9e10ceda5f742a11a7fcd9c41eec533a5100d8058dc",
sha256 = "c38dabe3d91173bdee8867b257336f1ed699b0ae6594cc0ccc99a58d3bbdc594",
resources = {
{
path = name,
Expand All @@ -65,7 +65,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64",
sha256 = "9c3410ff03ed0d114e98cbd8cb1b14a3a131e69d92bd964b114ce07fa8385e70",
sha256 = "60d4db87a834509a69b70ac253de040eabfb9e96aaf3cee159f73c3d5f37e81a",
resources = {
{
path = name,
Expand All @@ -77,7 +77,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.exe",
sha256 = "9c3410ff03ed0d114e98cbd8cb1b14a3a131e69d92bd964b114ce07fa8385e70",
sha256 = "60d4db87a834509a69b70ac253de040eabfb9e96aaf3cee159f73c3d5f37e81a",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand All @@ -89,7 +89,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.tar.gz",
sha256 = "94fb089f7c88c6e9f4d531a7aad60c992764c3b32e926204f4101b40fc7aa9c9",
sha256 = "7a68eb0fee88cc4e5df54338c72075a3294149776f7a1e2da4903b51d41e301a",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 9048b5b

Please sign in to comment.