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 #1028 from fmotrifork/minikube-v1.14.1
Browse files Browse the repository at this point in the history
minikube 1.14.1
  • Loading branch information
Matthew Fisher authored Oct 26, 2020
2 parents 5648b33 + 1ebadae commit 9ad624f
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,6 +1,6 @@
local name = "minikube"
local release = "v1.14.0"
local version = "1.14.0"
local release = "v1.14.1"
local version = "1.14.1"
food = {
name = name,
description = "Run Kubernetes locally",
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64",
sha256 = "71dee6241a93945b40ea7188ad15459e50e7b65eab09fed7302d8cacdc58585c",
sha256 = "d07db8343d06caa484a645bdd84d72d9babba81a18a7a50729616571b5e6702a",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -25,7 +25,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-darwin-amd64.tar.gz",
sha256 = "48d9b8d2eccbe172e15591ff96fb5f8ad23cbd88881d877de5e9acd88ff1fb1b",
sha256 = "06cec6dfe0511cd17be7fdb184a9d35052ddf28428e53874db7c5c201771d471",
resources = {
{
path = name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64",
sha256 = "8727635489be895d9b9cfaa5cb599f45799a28fb07e0a2aac351a9aa1c4b46c1",
sha256 = "a7ad2b00389146a5b1833a35a96e50a224e7b382d072ee771b425eb6719bf109",
resources = {
{
path = name .. "-linux-amd64",
Expand All @@ -51,7 +51,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64.tar.gz",
sha256 = "35874c5ff08258512be5c080ba02484c976e7c863cf02134a6ab680c4607a871",
sha256 = "c9dca37f1a36d09e05ba327afc626400f7c2545093c8d7ee81f57a0485731140",
resources = {
{
path = name,
Expand All @@ -64,7 +64,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64",
sha256 = "0317e6c338da23ccf0aba698668c6d919f22e1482340a09d1269220063937aeb",
sha256 = "71217e883e2d1c17b64415fbabef6bf199c7b03f88f66478c659d199c315e315",
resources = {
{
path = name,
Expand All @@ -76,7 +76,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.exe",
sha256 = "0317e6c338da23ccf0aba698668c6d919f22e1482340a09d1269220063937aeb",
sha256 = "71217e883e2d1c17b64415fbabef6bf199c7b03f88f66478c659d199c315e315",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand All @@ -88,7 +88,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.tar.gz",
sha256 = "c59b558fd6ed6323a3a3e9f127d970acffcbaca474208b77db238adc0f09c7eb",
sha256 = "ecd271e4eb58844ee5f60dd784c36b6b7880cc8050c1e6d382c1749c9c13486d",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 9ad624f

Please sign in to comment.