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.29.45 "
4
+ version "0.29.47 "
5
5
6
6
case
7
7
when OS . mac? && Hardware ::CPU . intel?
8
- url "https://github.com/Azure/bicep/releases/download/v0.29.45 /bicep-osx-x64"
9
- sha256 "3111a2f9d4266d950efd0502a418ea410a3b7af7b1d4f30e21a7c9f7f86cc99d "
8
+ url "https://github.com/Azure/bicep/releases/download/v0.29.47 /bicep-osx-x64"
9
+ sha256 "c1b2942c9f4ac65fac1dcb8d9d3e37366bd5ac0d02006dd4e96ca8f96dd484df "
10
10
when OS . mac? && Hardware ::CPU . arm?
11
- url "https://github.com/Azure/bicep/releases/download/v0.29.45 /bicep-osx-arm64"
12
- sha256 "cf3c0c95154ff66307ba6cf8e950d2543e0cacc79c5f19c90fd703be042ba977 "
11
+ url "https://github.com/Azure/bicep/releases/download/v0.29.47 /bicep-osx-arm64"
12
+ sha256 "d9f459bc325e53eff055598d50c890fe75a482f7a2babce6c22a8046d8c62459 "
13
13
else
14
14
odie "Unexpected platform!"
15
15
end
You can’t perform that action at this time.
0 commit comments