homebrew-cask/Casks/pandoc.rb

18 lines
546 B
Ruby
Raw Normal View History

2014-11-14 01:26:35 +08:00
cask :v1 => 'pandoc' do
2015-11-04 18:53:02 +08:00
version '1.15.1'
sha256 '63cf9bfa58135e523735bc9bc7bf4e135422a7a0f390dc36e5db819022e492ac'
2015-01-18 10:08:49 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/jgm/pandoc/releases/download/#{version}/pandoc-#{version}-osx.pkg"
2015-03-15 19:54:13 +08:00
appcast 'https://github.com/jgm/pandoc/releases.atom'
2015-01-12 02:26:07 +08:00
name 'Pandoc'
homepage 'http://johnmacfarlane.net/pandoc'
2014-10-12 00:34:57 +08:00
license :gpl
2014-09-10 23:37:05 +08:00
pkg "pandoc-#{version}-osx.pkg"
2014-11-22 22:12:44 +08:00
2014-03-10 01:45:07 +08:00
uninstall :pkgutil => 'net.johnmacfarlane.pandoc'
conflicts_with :formula => 'pandoc'
2013-08-06 08:36:17 +08:00
end