Skip to content

Commit 48f3174

Browse files
authored
Update Homebrew to v0.34.44 (#78)
1 parent 45797ba commit 48f3174

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.34.1"
4+
version "0.34.44"
55

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

0 commit comments

Comments
 (0)