homebrew-cask/Casks/cactus.rb

20 lines
712 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cactus' do
2015-10-19 04:02:03 +08:00
version '1.1.22'
sha256 'af920f5f180b64731adef561a45213064c27830f5d9030d6a862f339ffc4e88c'
2014-12-05 04:46:40 +08:00
url "http://update.cactusformac.com/static/downloads/Cactus-#{version}.zip"
2015-05-23 01:20:04 +08:00
appcast 'http://update.cactusformac.com.s3-website-us-east-1.amazonaws.com/appcast.xml',
:sha256 => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
name 'Cactus'
2014-12-05 04:46:40 +08:00
homepage 'http://cactusformac.com/'
license :bsd
2014-12-05 04:46:40 +08:00
app 'Cactus.app'
2014-12-06 04:37:54 +08:00
zap :delete => [
'~/Library/Caches/com.nektar.Cactus',
'~/Library/Preferences/com.nektar.Cactus.LSSharedFileList.plist',
'~/Library/Preferences/com.nektar.Cactus.plist',
2014-12-06 04:37:54 +08:00
]
2014-12-05 04:46:40 +08:00
end