diff options
| author | BrewTestBot | 2014-11-16 06:36:13 +0000 |
|---|---|---|
| committer | Misty De Meo | 2014-11-15 23:17:23 -0800 |
| commit | b6d65f7fbce8498075fc5f6751d06a7da0e9512b (patch) | |
| tree | 3c3ef39c24bf7f639cd542fccdb1ce1de3c73608 /Library | |
| parent | 225796efc52ecf1a5cd777e29377395c95247cd6 (diff) | |
| download | homebrew-b6d65f7fbce8498075fc5f6751d06a7da0e9512b.tar.bz2 | |
multimarkdown: add 4.6 bottle.
Diffstat (limited to 'Library')
| -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' |
