diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index 0528eceb7..0f2e53931 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -2,8 +2,8 @@ require 'formula' class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' - url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.0' - md5 '607387dc346a71203f100564874294fe' + url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.1b1' + md5 'fc09047d271828f068473114becd39d6' head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' depends_on 'pkg-config' => :build |
