mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
7 lines
167 B
Ruby
7 lines
167 B
Ruby
class Imageoptim < Cask
|
|
url 'http://imageoptim.com/ImageOptim.tbz2'
|
|
homepage 'http://imageoptim.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'ImageOptim.app'
|
|
end
|