homebrew-cask/Casks/graphicconverter.rb

16 lines
618 B
Ruby

cask 'graphicconverter' do
version '10.6.5,3200'
sha256 '052c0b15cc870481bdddab1d383d3457bf7fb4a670346952f9043b79e44e1a3d'
# 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