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 #1118 from fmotrifork/minikube-v1.16.0
Browse files Browse the repository at this point in the history
minikube 1.16.0
  • Loading branch information
Matthew Fisher authored Dec 18, 2020
2 parents 8b65317 + 2577891 commit e0953fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.15.1"
local version = "1.15.1"
local release = "v1.16.0"
local version = "1.16.0"
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 = "ab47a4e3ff742db8a88d7bf0fe9cb9c6805e6f1df2545d8888f196c46b96f714",
sha256 = "546329a1a2448e1e8a483241c23a3ca272bd795df5a78bd6bf922699d3a75823",
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 = "9a3fd31d044700fd6d0cb527bc4d75b664c8a5335b41172f6ec0dd70fa384b61",
sha256 = "c983b49af25f3b18720c255952ba25a11658778dde46b2cf117d5db791fcbb81",
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 = "88c3bfac3880e897e4d032801b02f02fdda642b75d76ebeb5df545cd90eee409",
sha256 = "af29a48b2d79075f9d57be3a28724eef2cd628bb87283ed58dd72cbe1f8967c4",
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 = "28273a9bf727dc48a61ee1b3f513464bfabcfa5fba721b9f6217d33eb487ed03",
sha256 = "9afa0d7343d8f35758cdff7b9d37cd9bfadb126c109ea1e0df9ed0444c331463",
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.exe",
sha256 = "89e34d6137bba7a59b74e138af28746b883bb605cbf2d37c1ff29dce008050e8",
sha256 = "8928ad4ddcbcf203bf688be6fac826d12483116b4ac0625f28dbb8ab6a278979",
resources = {
{
path = name .. "-windows-amd64.exe",
Expand All @@ -77,7 +77,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/kubernetes/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-windows-amd64.tar.gz",
sha256 = "4ea71f9c539e9336b17b42b5e0aa06caa1b40300f560e642e841d63febdbea95",
sha256 = "d52b4ceb182cf7d69e9a1d04b33dd7525a27ef15a7a0b071f904cc2a8ad4d86e",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit e0953fc

Please sign in to comment.