Skip to content

Commit 45797ba

Browse files
authored
Update Homebrew to v0.34.1 (#77)
Co-authored-by: anamikapan <[email protected]>
1 parent 063b1df commit 45797ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/bicep.rb

Lines changed: 5 additions & 5 deletions
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.93"
4+
version "0.34.1"
55

66
case
77
when OS.mac? && Hardware::CPU.intel?
8-
url "https://github.com/Azure/bicep/releases/download/v0.33.93/bicep-osx-x64"
9-
sha256 "2be337fcbc0a67754e765410fa911d5c7e47a8b8b7f7091359b010b3bbc97a65"
8+
url "https://github.com/Azure/bicep/releases/download/v0.34.1/bicep-osx-x64"
9+
sha256 "566c7a025cc489950a8f4d9fce7fd8cebbcdd958def06c009a7310a4e809d6db"
1010
when OS.mac? && Hardware::CPU.arm?
11-
url "https://github.com/Azure/bicep/releases/download/v0.33.93/bicep-osx-arm64"
12-
sha256 "5ce100bb330625e45967c2dbc214f9e5bf532ef1efec3cc905bc7bba39466b88"
11+
url "https://github.com/Azure/bicep/releases/download/v0.34.1/bicep-osx-arm64"
12+
sha256 "8104b50fbd5463f938479aec9d3afe38f1b1ede865ea691f7c12ad9b4e123b3f"
1313
else
1414
odie "Unexpected platform!"
1515
end

0 commit comments

Comments
 (0)