Skip to content

Commit 3b422da

Browse files
authored
Update Homebrew to v0.38.3 (#83)
Co-authored-by: jmorerice <[email protected]>
1 parent 39d471a commit 3b422da

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.37.4"
4+
version "0.38.3"
55

66
case
77
when OS.mac? && Hardware::CPU.intel?
8-
url "https://github.com/Azure/bicep/releases/download/v0.37.4/bicep-osx-x64"
9-
sha256 "c73c8d8510e0e66cc608c06457b189830b6e22f5cb92a9f694c582cf9e679f7e"
8+
url "https://github.com/Azure/bicep/releases/download/v0.38.3/bicep-osx-x64"
9+
sha256 "e8b000efd59b6008d0cdaa362298a52da764d21148035fc57e63e6542b718508"
1010
when OS.mac? && Hardware::CPU.arm?
11-
url "https://github.com/Azure/bicep/releases/download/v0.37.4/bicep-osx-arm64"
12-
sha256 "10c79829d52598a6637fb87bce527b5f97baf579a0f0e353a10fe7e848e76b03"
11+
url "https://github.com/Azure/bicep/releases/download/v0.38.3/bicep-osx-arm64"
12+
sha256 "ba2fb528f15d99e9ff14f564be08d3cb90bdb25e74a314092ff8c9497b0b937c"
1313
else
1414
odie "Unexpected platform!"
1515
end

0 commit comments

Comments
 (0)