mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
237 B
Ruby
7 lines
237 B
Ruby
class Pandoc < Cask
|
|
homepage 'http://johnmacfarlane.net/pandoc'
|
|
url "https://pandoc.googlecode.com/files/pandoc-1.12.0.2.dmg"
|
|
sha1 '428ab4e784aa91b30d0bf26a49a67d688ea5fe42'
|
|
version '1.12.0.2'
|
|
install 'pandoc-1.12.0.2.pkg'
|
|
end
|