homebrew-cask/Casks/optimage.rb

15 lines
363 B
Ruby
Raw Normal View History

cask 'optimage' do
2018-04-17 22:37:16 +08:00
version '2.1.1'
sha256 'fdc04c3533ac40e3a19296b661bed46a02e50f0d0bd01a6eee652393d3d5e6d4'
url 'https://getoptimage.com/download/optimage-mac.zip'
2018-06-12 22:37:26 +08:00
appcast 'https://getoptimage.com/appcast.xml'
name 'Optimage'
homepage 'https://getoptimage.com/'
auto_updates true
depends_on macos: '>= :mountain_lion'
app 'Optimage.app'
end