Skip to content

Commit

Permalink
pandoc 1.15.1
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#45077.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
adunning authored and xu-cheng committed Oct 21, 2015
1 parent be9715a commit 448a9da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/pandoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class Pandoc < Formula

desc "Swiss-army knife of markup format conversion"
homepage "http://pandoc.org"
url "https://hackage.haskell.org/package/pandoc-1.15.0.6/pandoc-1.15.0.6.tar.gz"
sha256 "d950968142526d5a765af7dfb26b47c3f60d4f883aa9d9eab668614179f1ed46"
url "https://hackage.haskell.org/package/pandoc-1.15.1.1/pandoc-1.15.1.1.tar.gz"
sha256 "a70e0af56c294dbb1ba646df24f90b81542d060ec7167f70ff2b873ed7ed6d5e"

head "https://github.com/jgm/pandoc.git"

Expand All @@ -29,6 +29,7 @@ def install
cabal_install "--prefix=#{prefix}"
end
cabal_clean_lib
(bash_completion/"pandoc").write `#{bin}/pandoc --bash-completion`
end

test do
Expand Down

0 comments on commit 448a9da

Please sign in to comment.