Merge pull request #884 from minrk/pandoc

add cask for pandoc
This commit is contained in:
Fernando Paredes 2013-08-06 18:30:51 -07:00
commit ff86fe4573
1 changed files with 7 additions and 0 deletions

7
Casks/pandoc.rb Normal file
View File

@ -0,0 +1,7 @@
class Pandoc < Cask
homepage 'http://johnmacfarlane.net/pandoc'
url "https://pandoc.googlecode.com/files/pandoc-1.11.1.dmg"
sha1 '00fc2bde8a51e6d004e20948ac9b4a6fca466daf'
version '1.11.1'
install 'pandoc-1.11.1.pkg'
end