homebrew-cask/Casks/graphicconverter.rb

15 lines
642 B
Ruby

cask 'graphicconverter' do
version '9-2083'
sha256 '2c3aa286866241f6c076e8b0e92a9a4ce0fdae27fab49828cd959239eaec76e7'
# 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"
appcast 'http://www.lemkesoft.org/files/graphicconverter/graphicconverter9.xml',
:sha256 => '56fcc2ffcee42fb2863f026f3d3bca6de075299d3ec27c86271250490daacf50'
name 'GraphicConverter'
homepage 'http://www.lemkesoft.de/en/products/graphicconverter/'
license :commercial
app "GraphicConverter #{version.to_i}.app"
end