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.34.1 "
4+ version "0.34.44 "
55
66 case
77 when OS . mac? && Hardware ::CPU . intel?
8- url "https://github.com/Azure/bicep/releases/download/v0.34.1 /bicep-osx-x64"
9- sha256 "566c7a025cc489950a8f4d9fce7fd8cebbcdd958def06c009a7310a4e809d6db "
8+ url "https://github.com/Azure/bicep/releases/download/v0.34.44 /bicep-osx-x64"
9+ sha256 "510a870f232fcb89f09467d6d8dc59eb4deeb2350d39d9fa58a0730e24e3fd95 "
1010 when OS . mac? && Hardware ::CPU . arm?
11- url "https://github.com/Azure/bicep/releases/download/v0.34.1 /bicep-osx-arm64"
12- sha256 "8104b50fbd5463f938479aec9d3afe38f1b1ede865ea691f7c12ad9b4e123b3f "
11+ url "https://github.com/Azure/bicep/releases/download/v0.34.44 /bicep-osx-arm64"
12+ sha256 "3e452c1b986d23051d2f06760312818bec42ce4d649304dd83ac7e77c2c41910 "
1313 else
1414 odie "Unexpected platform!"
1515 end
You can’t perform that action at this time.
0 commit comments