Skip to content

Commit

Permalink
Update homebrew to v0.4.1 (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCKLMT authored Jun 2, 2021
1 parent d78aa5b commit ddbe827
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/bicep.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit ddbe827

Please sign in to comment.