Skip to content

Commit

Permalink
Update bicep.rb (#3887)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljtill committed Aug 4, 2021
1 parent bdda2d0 commit 0339af4
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.4.412/bicep-osx-x64 | shasum -a 256
# curl -Lf https://github.com/Azure/bicep/releases/download/v0.4.451/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.4.412"
url "https://github.com/Azure/bicep/releases/download/v0.4.412/bicep-osx-x64"
sha256 "7e31500ac6a1d23f6d085e19a01d263b38bfeb122f7843b16faa60ba4be943dd"
version "0.4.451"
url "https://github.com/Azure/bicep/releases/download/v0.4.451/bicep-osx-x64"
sha256 "a7d2a019700b09431cc4dc5c37fd686cde6f7e8a3a60f13772bcfff760def983"

license "MIT"

Expand Down

0 comments on commit 0339af4

Please sign in to comment.