File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
class Bicep < Formula
2
2
desc "Bicep: next generation template language for Azure Resource Manager (ARM)"
3
3
homepage "https://github.com/Azure/bicep"
4
- version "0.33.13 "
4
+ version "0.33.93 "
5
5
6
6
case
7
7
when OS . mac? && Hardware ::CPU . intel?
8
- url "https://github.com/Azure/bicep/releases/download/v0.33.13 /bicep-osx-x64"
9
- sha256 "9ee97ab3974d01c93295a43bd8a5b9d05081efb9fba5b99004dee68e5b480c8b "
8
+ url "https://github.com/Azure/bicep/releases/download/v0.33.93 /bicep-osx-x64"
9
+ sha256 "2be337fcbc0a67754e765410fa911d5c7e47a8b8b7f7091359b010b3bbc97a65 "
10
10
when OS . mac? && Hardware ::CPU . arm?
11
- url "https://github.com/Azure/bicep/releases/download/v0.33.13 /bicep-osx-arm64"
12
- sha256 "5c40c9a9a063ab91ed5f1cfb9ec9c84f1d5a278ec5de3756471a9478a3009087 "
11
+ url "https://github.com/Azure/bicep/releases/download/v0.33.93 /bicep-osx-arm64"
12
+ sha256 "5ce100bb330625e45967c2dbc214f9e5bf532ef1efec3cc905bc7bba39466b88 "
13
13
else
14
14
odie "Unexpected platform!"
15
15
end
You can’t perform that action at this time.
0 commit comments