homebrew-cask/Casks/pandoc.rb

19 lines
611 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pandoc' do
2016-01-30 07:29:56 +08:00
version '1.16.0.2'
sha256 'd1777fa45cb05518f79d4793a7e955a0f0927a934be4d112ff6926f1459b0c07'
2015-01-18 10:08:49 +08:00
# github.com is the official download host per the vendor homepage
2016-01-30 07:29:56 +08:00
url "https://github.com/jgm/pandoc/releases/download/#{version}/pandoc-#{version}-osx.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/jgm/pandoc/releases.atom',
2016-01-30 07:29:56 +08:00
checkpoint: '29e6a6220ed4dd82ebeec5f2d41e3e507d892042e81ac1108a5bd17ee5804b49'
2015-01-12 02:26:07 +08:00
name 'Pandoc'
2015-12-05 08:31:30 +08:00
homepage 'http://pandoc.org/'
2014-10-12 00:34:57 +08:00
license :gpl
conflicts_with formula: 'pandoc'
2014-09-10 23:37:05 +08:00
pkg "pandoc-#{version}-osx.pkg"
2014-11-22 22:12:44 +08:00
uninstall pkgutil: 'net.johnmacfarlane.pandoc'
2013-08-06 08:36:17 +08:00
end