Skip to content

Commit 063b1df

Browse files
authored
Update Homebrew to v0.33.93 (#76)
1 parent af859b1 commit 063b1df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/bicep.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class Bicep < Formula
22
desc "Bicep: next generation template language for Azure Resource Manager (ARM)"
33
homepage "https://github.com/Azure/bicep"
4-
version "0.33.13"
4+
version "0.33.93"
55

66
case
77
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"
1010
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"
1313
else
1414
odie "Unexpected platform!"
1515
end

0 commit comments

Comments
 (0)