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 #1066 from fmotrifork/bicep-v0.2.14
Browse files Browse the repository at this point in the history
bicep 0.2.14
  • Loading branch information
Matthew Fisher authored Nov 16, 2020
2 parents 4b41749 + bfbdee6 commit 39a6739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/bicep.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "bicep"
local version = "0.2.3"
local version = "0.2.14"
local release = "v" .. version


Expand All @@ -14,7 +14,7 @@ food = {
arch = "amd64",
url = "https://github.com/Azure/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-osx-x64",
-- shasum of the release archive
sha256 = "a96e8aab745fe67dacc37d6d1f14dcf41fb439dabd8c40297fde030d2d4819a0",
sha256 = "81f026d945d8916a784e313db2106b1649cb5eef772377ed5736f9de0590c587",
resources = {
{
path = name .. "-osx-x64",
Expand All @@ -28,7 +28,7 @@ food = {
arch = "amd64",
url = "https://github.com/Azure/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-linux-x64",
-- shasum of the release archive
sha256 = "bc0723e72256904c7d619dea5fa77e7aed14e7a5885aaf4148f6ebde2b02f3a2",
sha256 = "6720d73807eec0e6632d90d5291c8bf3170e199c720013b3d913930f62d78e77",
resources = {
{
path = name .. "-linux-x64",
Expand All @@ -42,7 +42,7 @@ food = {
arch = "amd64",
url = "https://github.com/Azure/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-win-x64.exe",
-- shasum of the release archive
sha256 = "4dc6bf13396e8249f59b9388cbe9cc270a8eb18ab038c81987a77f04c455d1e6",
sha256 = "04b5c6640b827952c5f82d7462935dbd360d5d2252492f589c5332cd52639563",
resources = {
{
path = name .. "-win-x64.exe",
Expand Down

0 comments on commit 39a6739

Please sign in to comment.