homebrew-cask/Casks/pandoc.rb

8 lines
237 B
Ruby

class Pandoc < Cask
homepage 'http://johnmacfarlane.net/pandoc'
url 'https://pandoc.googlecode.com/files/pandoc-1.12.3.pkg.zip'
version '1.12.2.1'
sha1 '3fbdcbebb7f0fc966918933d792a08bbeda127c1'
install 'pandoc-1.12.3.pkg'
end