aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2012-12-15 09:44:21 -0600
committerAdam Vandenberg2012-12-15 10:01:05 -0800
commitbc7557f0fe548c6c1c4406c61a04c533604ccafb (patch)
treed0314e67d09237035748e9b2444cd9cfec76a0a1 /Library
parent0ec422d35983df27305a30d3914bab710e3f4ba5 (diff)
downloadhomebrew-bc7557f0fe548c6c1c4406c61a04c533604ccafb.tar.bz2
peg-markdown 0.4.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/peg-markdown.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/peg-markdown.rb b/Library/Formula/peg-markdown.rb
index 88b89770b..23e54cbfc 100644
--- a/Library/Formula/peg-markdown.rb
+++ b/Library/Formula/peg-markdown.rb
@@ -2,8 +2,9 @@ require 'formula'
class PegMarkdown < Formula
homepage 'https://github.com/jgm/peg-markdown'
- url 'https://github.com/jgm/peg-markdown/tarball/0.4.12'
- sha1 'f71dbbf394af95831d780bfd3650eabd8456b7fe'
+ url 'https://github.com/jgm/peg-markdown/tarball/0.4.14'
+ sha1 '5afa123c513fc259b270a0865bf8382fe314f086'
+
head 'https://github.com/jgm/peg-markdown.git'
depends_on 'pkg-config' => :build