mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
7 lines
231 B
Ruby
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
|