homebrew-cask-versions/Casks/pandoc.rb
2013-08-05 17:36:17 -07:00

7 lines
231 B
Ruby

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