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 #1279 from gofish-bot/aks-engine-v0.61.0
Browse files Browse the repository at this point in the history
aks-engine 0.61.0
  • Loading branch information
Matthew Fisher authored Mar 15, 2021
2 parents 1a9bfa5 + 408140e commit fb91f49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/aks-engine.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "aks-engine"
local version = "0.60.1"
local version = "0.61.0"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/Azure/" .. name .. "/releases/download/v" .. version .. "/" .. name .. "-v" .. version .. "-darwin-amd64.tar.gz",
sha256 = "78a97289237902fab41d343c4f2bdea78e80585ba84965cad2e28f379606bd60",
sha256 = "c6082b2d48683cfce073ae93c1f119a7891f116fe502661cfbdf6f596e145887",
resources = {
{
path = name .. "-v" .. version .. "-darwin-amd64/" .. name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/Azure/" .. name .. "/releases/download/v" .. version .. "/" .. name .. "-v" .. version .. "-linux-amd64.tar.gz",
sha256 = "b6fc28b204802f8206143d92786abb965771313d15349169fa29355fbdb7ee2c",
sha256 = "b29e2e7d0130f15ee36782df3b69863304ab1ed4556ba06e32a472e24dea6f41",
resources = {
{
path = name .. "-v" .. version .. "-linux-amd64/" .. name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/Azure/" .. name .. "/releases/download/v" .. version .. "/" .. name .. "-v" .. version .. "-windows-amd64.tar.gz",
sha256 = "4d8ff8aa841c0dd653fbf044a082f67069e62643cd6ee3bc403a39e296e3e994",
sha256 = "bf7c5cbba49009ac31d5b704dd9b39a85775f87d260021b04550f3d3b5bfcc4a",
resources = {
{
path = name .. "-v" .. version .. "-windows-amd64/" .. name .. ".exe",
Expand Down

0 comments on commit fb91f49

Please sign in to comment.