diff options
| author | Adam Vandenberg | 2012-06-06 19:52:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-06 19:52:01 -0700 |
| commit | 6fdcf609f30208f2c2a9abbed1687ae76f7a03b6 (patch) | |
| tree | 515f433cce5d11209cbe93240458858e8915ae85 /Library/Formula/multimarkdown.rb | |
| parent | c7ef395d663f28ed66cdab60876650cda3069845 (diff) | |
| download | homebrew-6fdcf609f30208f2c2a9abbed1687ae76f7a03b6.tar.bz2 | |
Multimarkdown: add missing version
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index a68ccc505..55902661d 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -4,6 +4,7 @@ require 'formula' class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' url 'https://github.com/fletcher/peg-multimarkdown.git', :tag => '3.6' + version '3.6' head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' |
