diff options
| author | Alex Dunn | 2014-12-20 14:47:11 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-20 22:56:26 -0500 |
| commit | 50975829b0fc912a20e12e4809124c19f380deda (patch) | |
| tree | 98321b24af4ece599959addfc4a0bde1c3e00213 /Library | |
| parent | c35a10c12996e1f038d7f4ec712178b149956880 (diff) | |
| download | homebrew-50975829b0fc912a20e12e4809124c19f380deda.tar.bz2 | |
pandoc 1.13.2
Closes #35160.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pandoc.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pandoc.rb b/Library/Formula/pandoc.rb index b47f991a8..4d4675406 100644 --- a/Library/Formula/pandoc.rb +++ b/Library/Formula/pandoc.rb @@ -1,12 +1,11 @@ -require "formula" require "language/haskell" class Pandoc < Formula include Language::Haskell::Cabal homepage "http://johnmacfarlane.net/pandoc/" - url "https://hackage.haskell.org/package/pandoc-1.13.1/pandoc-1.13.1.tar.gz" - sha1 "8f3df1977cf9daa848640754515b733c13fd934a" + url "https://hackage.haskell.org/package/pandoc-1.13.2/pandoc-1.13.2.tar.gz" + sha1 "20f6e4c8d17748979efd011ef870dbfd1fb6dbb3" bottle do revision 1 |
