homebrew-cask/Casks/imageoptim.rb

21 lines
716 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'imageoptim' do
2015-12-21 17:12:03 +08:00
version '1.6.1'
sha256 'cfa43f7d9dbd3f231a95feb534c8862ed6770920a6f03a713a1a5556a26a9978'
2015-08-09 10:24:27 +08:00
url "https://imageoptim.com/ImageOptim#{version}.tar.bz2"
2015-12-26 04:57:40 +08:00
appcast 'https://imageoptim.com/appcast.xml',
checkpoint: '1b321e043e90a78528070831a1f29d06f118cb82770193e1e86aff74508144ad'
2015-04-03 06:13:21 +08:00
name 'ImageOptim'
homepage 'https://imageoptim.com/'
license :gpl
2014-09-16 00:05:44 +08:00
app 'ImageOptim.app'
2015-12-21 17:12:03 +08:00
zap delete: [
'~/Library/Preferences/net.pornel.ImageOptim.plist',
'~/Library/Caches/net.pornel.ImageOptim',
'~/Library/Caches/ImageOptimResults.db',
'~/Library/Saved Application State/net.pornel.ImageOptim.savedState',
]
end