homebrew-cask/Casks/graphicconverter.rb

16 lines
618 B
Ruby

cask 'graphicconverter' do
version '10.6.6,3228'
sha256 '4d13670be3b619706a2592ca5c232365c6add04e700d8bb4212c3d6d857eb48a'
# 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