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