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.38.5 "
4+ version "0.38.33 "
55
66 case
77 when OS . mac? && Hardware ::CPU . intel?
8- url "https://github.com/Azure/bicep/releases/download/v0.38.5 /bicep-osx-x64"
9- sha256 "e5d648f32c1a0127d97b3a387028203dcce79816deb92d50b7efb50461a517f6 "
8+ url "https://github.com/Azure/bicep/releases/download/v0.38.33 /bicep-osx-x64"
9+ sha256 "ccc9721f25597445346ca5c7c8898e533936e690d502f3dfb7db2e0a542f6aee "
1010 when OS . mac? && Hardware ::CPU . arm?
11- url "https://github.com/Azure/bicep/releases/download/v0.38.5 /bicep-osx-arm64"
12- sha256 "3070b1f7918af8486336ddd342e97ca468ca3354d1527c47de678d2b26f59dca "
11+ url "https://github.com/Azure/bicep/releases/download/v0.38.33 /bicep-osx-arm64"
12+ sha256 "6ec9502fde079c8f7e2a4b63209be42dc278eea421f983807fedeaff27b4f2e8 "
1313 else
1414 odie "Unexpected platform!"
1515 end
You can’t perform that action at this time.
0 commit comments