File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11class Bicep < Formula
22 desc "Bicep: next generation template language for Azure Resource Manager (ARM)"
33 homepage "https://github.com/Azure/bicep"
4- version "0.37.4 "
4+ version "0.38.3 "
55
66 case
77 when OS . mac? && Hardware ::CPU . intel?
8- url "https://github.com/Azure/bicep/releases/download/v0.37.4 /bicep-osx-x64"
9- sha256 "c73c8d8510e0e66cc608c06457b189830b6e22f5cb92a9f694c582cf9e679f7e "
8+ url "https://github.com/Azure/bicep/releases/download/v0.38.3 /bicep-osx-x64"
9+ sha256 "e8b000efd59b6008d0cdaa362298a52da764d21148035fc57e63e6542b718508 "
1010 when OS . mac? && Hardware ::CPU . arm?
11- url "https://github.com/Azure/bicep/releases/download/v0.37.4 /bicep-osx-arm64"
12- sha256 "10c79829d52598a6637fb87bce527b5f97baf579a0f0e353a10fe7e848e76b03 "
11+ url "https://github.com/Azure/bicep/releases/download/v0.38.3 /bicep-osx-arm64"
12+ sha256 "ba2fb528f15d99e9ff14f564be08d3cb90bdb25e74a314092ff8c9497b0b937c "
1313 else
1414 odie "Unexpected platform!"
1515 end
You can’t perform that action at this time.
0 commit comments