Skip to content

Commit 97e3d39

Browse files
Update Homebrew to v0.29.47 (#68)
Co-authored-by: anthony-c-martin <[email protected]>
1 parent ca28c55 commit 97e3d39

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.29.45"
4+
version "0.29.47"
55

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

0 commit comments

Comments
 (0)