Skip to content

Commit

Permalink
Update Homebrew to 0.3.255 (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCKLMT authored Apr 10, 2021
1 parent 0a819e6 commit 187d4d2
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.1/bicep-osx-x64 | shasum -a 256
# curl -Lf https://github.com/Azure/bicep/releases/download/v0.3.255/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.1"
url "https://github.com/Azure/bicep/releases/download/v0.3.1/bicep-osx-x64"
sha256 "89351c783d05ea00aad6ffedfce83ad9b5036313d76f4d255fc48fb030bcc9a7"
version "0.3.255"
url "https://github.com/Azure/bicep/releases/download/v0.3.255/bicep-osx-x64"
sha256 "2875f4c20c9fd49fa56d3c95dd610f64210e76ef1468be31035ec4895a044bd1"

license "MIT"

Expand Down

0 comments on commit 187d4d2

Please sign in to comment.