mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
238 B
Ruby
11 lines
238 B
Ruby
cask :v1 => 'imageoptim' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://imageoptim.com/ImageOptim.tbz2'
|
|
appcast 'http://imageoptim.com/appcast.xml'
|
|
homepage 'http://imageoptim.com/'
|
|
license :gpl
|
|
|
|
app 'ImageOptim.app'
|
|
end
|