mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
[ImageOptim][] is an open [source][] GUI for lossless image compression. [ImageOptim]: http://imageoptim.com [source]: https://github.com/pornel/ImageOptim
6 lines
177 B
Ruby
6 lines
177 B
Ruby
class Imageoptim < Cask
|
|
url 'http://imageoptim.com/ImageOptim.tbz2'
|
|
homepage 'http://imageoptim.com'
|
|
version '1.4.0'
|
|
sha1 '2199d54cf1c781e48590b8047f55565aec07d74a'
|
|
end
|