homebrew-cask/Casks/graphicconverter.rb

16 lines
618 B
Ruby

cask 'graphicconverter' do
version '10.6.7,3273'
sha256 '2475427c01c220e65c504b86d0414cfca1f4e16db14981f58d96503d583d17bc'
# lemkesoft.info was verified as official when first introduced to the cask
url "https://www.lemkesoft.info/files/graphicconverter/gc#{version.major}_build#{version.after_comma}.zip"
appcast "https://www.lemkesoft.info/sparkle/graphicconverter/graphicconverter#{version.major}.xml"
name 'GraphicConverter'
homepage 'https://www.lemkesoft.de/en/products/graphicconverter/'
auto_updates true
depends_on macos: '>= :mavericks'
app "GraphicConverter #{version.major}.app"
end