homebrew-cask/Casks/changes.rb

21 lines
661 B
Ruby
Raw Normal View History

2014-11-14 01:25:33 +08:00
cask :v1 => 'changes' do
2014-09-17 19:42:40 +08:00
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://bitbq_changes.s3.amazonaws.com/changes.zip'
2014-05-14 21:39:59 +08:00
appcast 'https://bitbq_changes.s3.amazonaws.com/changes-production.xml'
2015-03-25 11:05:14 +08:00
name 'Changes'
homepage 'http://martiancraft.com/products/changes.html'
license :commercial
2014-09-16 00:05:22 +08:00
app 'Changes.app'
binary 'Changes.app/Contents/Resources/chdiff'
zap :delete => [
'~/Library/Preferences/com.bitbq.Changes.plist',
'~/Library/Application Support/Changes',
'~/Library/Caches/com.bitbq.Changes',
]
2012-10-25 17:01:12 +08:00
end