aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/multimarkdown.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-06 19:52:01 -0700
committerAdam Vandenberg2012-06-06 19:52:01 -0700
commit6fdcf609f30208f2c2a9abbed1687ae76f7a03b6 (patch)
tree515f433cce5d11209cbe93240458858e8915ae85 /Library/Formula/multimarkdown.rb
parentc7ef395d663f28ed66cdab60876650cda3069845 (diff)
downloadhomebrew-6fdcf609f30208f2c2a9abbed1687ae76f7a03b6.tar.bz2
Multimarkdown: add missing version
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
-rw-r--r--Library/Formula/multimarkdown.rb1
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'