homebrew-cask/Casks/graphicconverter.rb

15 lines
649 B
Ruby
Raw Normal View History

2014-11-14 01:25:59 +08:00
cask :v1 => 'graphicconverter' do
version '9-2083'
sha256 '2c3aa286866241f6c076e8b0e92a9a4ce0fdae27fab49828cd959239eaec76e7'
2014-10-28 01:10:43 +08:00
# lemkesoft.org is the official download host per the vendor homepage
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',
:sha256 => '56fcc2ffcee42fb2863f026f3d3bca6de075299d3ec27c86271250490daacf50'
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