diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index 99d4232ca..814930121 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -3,6 +3,13 @@ require 'formula' class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' head 'https://github.com/fletcher/MultiMarkdown-4.git', :branch => 'master' + bottle do + cellar :any + sha1 "7d7a8d34fba87f3987da64b5fe13ceff78a29372" => :yosemite + sha1 "10a6c6a46a72678ba24fc3b9f244c346a24a8116" => :mavericks + sha1 "3dbf424f3b1537ce8b8c973e5c0392af241708e9" => :mountain_lion + end + # Use git tag instead of the tarball to get submodules url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.6' |
