From ddd3d15e758d1b976ada0d72ce13d477779bfb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Mottet?= Date: Wed, 2 Jun 2021 16:25:30 +0200 Subject: [PATCH] Update homebrew to v0.4.1 --- Formula/bicep.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/bicep.rb b/Formula/bicep.rb index fd6a595a1a9..c708e95b519 100644 --- a/Formula/bicep.rb +++ b/Formula/bicep.rb @@ -1,12 +1,12 @@ # to get the SHA256 checksum, replace the below command with the appropriate version: -# curl -Lf https://github.com/Azure/bicep/releases/download/v0.3.539/bicep-osx-x64 | shasum -a 256 +# curl -Lf https://github.com/Azure/bicep/releases/download/v0.4.1/bicep-osx-x64 | shasum -a 256 class Bicep < Formula desc "Bicep: next generation template language for Azure Resource Manager (ARM)" homepage "https://github.com/Azure/bicep" - version "0.3.539" - url "https://github.com/Azure/bicep/releases/download/v0.3.539/bicep-osx-x64" - sha256 "275865ce54bdc737517fdf6c75dbb90413692db48f93941733e66d92a21f31aa" + version "0.4.1" + url "https://github.com/Azure/bicep/releases/download/v0.4.1/bicep-osx-x64" + sha256 "3ee9f7732601c2f6e5995e647ccb5044968c7f3f3ff130d931d1febf4c4acbc9" license "MIT"