homebrew-cask/Casks/graphicconverter.rb

16 lines
618 B
Ruby

cask 'graphicconverter' do
version '10.6.2,3115'
sha256 '06f8ec2647751a475e2bb908a17d6be9dba22d35debd0a7cee1a1ef3dc226f99'
# 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