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 #585 from fmotrifork/minikube-v1.7.3
Browse files Browse the repository at this point in the history
minikube 1.7.3
  • Loading branch information
Matthew Fisher authored Feb 24, 2020
2 parents 2ea6130 + 1a1ed89 commit dd3bb70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.7.2"
local version = "1.7.2"
local release = "v1.7.3"
local version = "1.7.3"
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 = "fcfb05f44620e54ce81fe8ac415196230ceb42c4007171533ef2049b7d4e8646",
sha256 = "e8d762357123773f6c4dc300f8bccec3cdf2326c94f03a8aeb934e4e73fd59b8",
resources = {
{
path = name .. "-darwin-amd64",
Expand All @@ -26,7 +26,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-amd64",
sha256 = "9f543f464b4d93a259f7d5a7578edff1316370d45b5a0679b86ed7a61b01634d",
sha256 = "575adc22884b49ecce9c9d289a7127b64f2759f639cb894c3040890bee1939c5",
resources = {
{
path = name .. "-linux-amd64",
Expand All @@ -39,7 +39,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.exe",
sha256 = "cbbe30445baffa9a3d77834d4e24c1ec595ecc2b7933db21109aa90aa79eaddd",
sha256 = "0fdc0d60e36001c021b6cc09e699e2a38b4070661cf7e78badf750ee84340afa",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand Down

0 comments on commit dd3bb70

Please sign in to comment.