homebrew-cask/Casks/pandoc.rb

19 lines
614 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pandoc' do
2015-11-17 06:04:34 +08:00
version '1.15.2'
sha256 'fa80c90e30ec24d00d3982caf345854671122d7e50b89b04d7d1628671f185b0'
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-12-26 04:57:40 +08:00
appcast 'https://github.com/jgm/pandoc/releases.atom',
:sha256 => '1a31f4b4e13283e87e6f09b0a3f3b32c19eb93c98bd7298917d14008aabcacaf'
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
2014-03-10 01:45:07 +08:00
uninstall :pkgutil => 'net.johnmacfarlane.pandoc'
2013-08-06 08:36:17 +08:00
end