Skip to content

Commit 9bb0199

Browse files
authored
Update Homebrew to v0.38.33 (#85)
Co-authored-by: harshpatel17 <[email protected]>
1 parent 9846749 commit 9bb0199

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.38.5"
4+
version "0.38.33"
55

66
case
77
when OS.mac? && Hardware::CPU.intel?
8-
url "https://github.com/Azure/bicep/releases/download/v0.38.5/bicep-osx-x64"
9-
sha256 "e5d648f32c1a0127d97b3a387028203dcce79816deb92d50b7efb50461a517f6"
8+
url "https://github.com/Azure/bicep/releases/download/v0.38.33/bicep-osx-x64"
9+
sha256 "ccc9721f25597445346ca5c7c8898e533936e690d502f3dfb7db2e0a542f6aee"
1010
when OS.mac? && Hardware::CPU.arm?
11-
url "https://github.com/Azure/bicep/releases/download/v0.38.5/bicep-osx-arm64"
12-
sha256 "3070b1f7918af8486336ddd342e97ca468ca3354d1527c47de678d2b26f59dca"
11+
url "https://github.com/Azure/bicep/releases/download/v0.38.33/bicep-osx-arm64"
12+
sha256 "6ec9502fde079c8f7e2a4b63209be42dc278eea421f983807fedeaff27b4f2e8"
1313
else
1414
odie "Unexpected platform!"
1515
end

0 commit comments

Comments
 (0)