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 #895 from fmotrifork/aks-engine-v0.54.1
Browse files Browse the repository at this point in the history
aks-engine 0.54.1
  • Loading branch information
Matthew Fisher authored Aug 17, 2020
2 parents 77dbd53 + 6bea808 commit b3198d5
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.54.0"
local version = "0.54.1"

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 = "5bd66cbf96ab59b7abe8ed187146f484718ff6606df978553ea601fea8f2a4dc",
sha256 = "b84e871fe00317e71762084136e66901da414c6db5e549b78639b72b8f4f7c6a",
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 = "154268fc08e7135cf35a227a54bc5907bddd57f866f3ec7432ef56c5304b8a8e",
sha256 = "bb8cf47803c47bc63ed27c025e7c007dae9a77524017b51b7275f03c5ebbe8f2",
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 = "9d52987da63af31cb3e5af8563a9715085ed909ca3f5dcb78e43d7c5b52adad8",
sha256 = "d3480969a0b09ba8e52f9bb472f90a4a2b7e756c9a4877ac1f41b665ba2b9e9b",
resources = {
{
path = name .. "-v" .. version .. "-windows-amd64/" .. name .. ".exe",
Expand Down

0 comments on commit b3198d5

Please sign in to comment.