homebrew-cask/Casks/graphicconverter.rb

15 lines
649 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'graphicconverter' do
version '9-2083'
sha256 '2c3aa286866241f6c076e8b0e92a9a4ce0fdae27fab49828cd959239eaec76e7'
2014-10-28 01:10:43 +08:00
# lemkesoft.org was verified as official when first introduced to the cask
url "http://www.lemkesoft.org/files/graphicconverter/gc#{version.to_i}_build#{version.sub(%r{^\d-}, '')}.dmg"
2015-07-09 08:58:15 +08:00
appcast 'http://www.lemkesoft.org/files/graphicconverter/graphicconverter9.xml',
checkpoint: '481e55a7f914ee258049861d7d16d320fbac883eae6ed76055840fcfb60ca3e8'
2015-01-06 10:11:54 +08:00
name 'GraphicConverter'
2014-10-28 01:10:43 +08:00
homepage 'http://www.lemkesoft.de/en/products/graphicconverter/'
license :commercial
2014-11-26 23:24:54 +08:00
app "GraphicConverter #{version.to_i}.app"
2014-10-28 01:10:43 +08:00
end