Skip to content

Commit 3610744

Browse files
shenglolanthony-c-martinjeskew
authored
Update homebrew (#71)
* Update Homebrew to v0.29.47 * Update Homebrew to v0.30.3 * Update Homebrew to v0.30.23 * Update Homebrew to v0.31.34 --------- Co-authored-by: anthony-c-martin <[email protected]> Co-authored-by: jeskew <[email protected]> Co-authored-by: Anthony Martin <[email protected]> Co-authored-by: shenglol <[email protected]>
1 parent d04c736 commit 3610744

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.30.23"
4+
version "0.31.34"
55

66
case
77
when OS.mac? && Hardware::CPU.intel?
8-
url "https://github.com/Azure/bicep/releases/download/v0.30.23/bicep-osx-x64"
9-
sha256 "23cbab937b2492ffe1dfcb6b8319c846b1013dad722a098d110e71a46da6a6ca"
8+
url "https://github.com/Azure/bicep/releases/download/v0.31.34/bicep-osx-x64"
9+
sha256 "632f160c2597dc326cc3b0a6e55dfd0966ee944c6af336223abec4190855194a"
1010
when OS.mac? && Hardware::CPU.arm?
11-
url "https://github.com/Azure/bicep/releases/download/v0.30.23/bicep-osx-arm64"
12-
sha256 "f09b4f2ed50dc04a20d650db67095de3bcfcf769339717d7c74b84cfcd65492f"
11+
url "https://github.com/Azure/bicep/releases/download/v0.31.34/bicep-osx-arm64"
12+
sha256 "59a4bff479934b333aa993c810fea3c03d6e4a7dacd9d9a02254ffefbf617937"
1313
else
1414
odie "Unexpected platform!"
1515
end

0 commit comments

Comments
 (0)