homebrew-cask/Casks/optimage.rb

16 lines
453 B
Ruby

cask 'optimage' do
version '2.1.1'
sha256 'fdc04c3533ac40e3a19296b661bed46a02e50f0d0bd01a6eee652393d3d5e6d4'
url 'https://getoptimage.com/download/optimage-mac.zip'
appcast 'https://getoptimage.com/appcast.xml',
checkpoint: '3ebd1b5675ea7e774e3db4a2c9dff0fb1abd5a65a53acfbcc4be6581f45b85b3'
name 'Optimage'
homepage 'https://getoptimage.com/'
auto_updates true
depends_on macos: '>= :mountain_lion'
app 'Optimage.app'
end