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.30.23 "
4+ version "0.31.34 "
55
66 case
77 when OS . mac? && Hardware ::CPU . intel?
8- url "https://github.com/Azure/bicep/releases/download/v0.30.23 /bicep-osx-x64"
9- sha256 "23cbab937b2492ffe1dfcb6b8319c846b1013dad722a098d110e71a46da6a6ca "
8+ url "https://github.com/Azure/bicep/releases/download/v0.31.34 /bicep-osx-x64"
9+ sha256 "632f160c2597dc326cc3b0a6e55dfd0966ee944c6af336223abec4190855194a "
1010 when OS . mac? && Hardware ::CPU . arm?
11- url "https://github.com/Azure/bicep/releases/download/v0.30.23 /bicep-osx-arm64"
12- sha256 "f09b4f2ed50dc04a20d650db67095de3bcfcf769339717d7c74b84cfcd65492f "
11+ url "https://github.com/Azure/bicep/releases/download/v0.31.34 /bicep-osx-arm64"
12+ sha256 "59a4bff479934b333aa993c810fea3c03d6e4a7dacd9d9a02254ffefbf617937 "
1313 else
1414 odie "Unexpected platform!"
1515 end
You can’t perform that action at this time.
0 commit comments