homebrew-cask/Casks/changes.rb

21 lines
722 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'changes' do
2015-11-04 05:55:56 +08:00
version '1.7.3'
sha256 '64fd2d6af3f3a85fb6d172d5e9bce15ae07d4b94de5b2360181445227bcc9c1a'
# amazonaws.com is the official download host per the vendor homepage
2015-07-12 18:45:34 +08:00
url "https://bitbq_changes.s3.amazonaws.com/changes-#{version}.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