homebrew-cask/Casks/changes.rb

21 lines
729 B
Ruby
Raw Normal View History

2014-11-14 01:25:33 +08:00
cask :v1 => 'changes' do
2015-07-12 18:45:34 +08:00
version '1.7.2'
sha256 '2b0d0256284283b21ee5ef8175c5a70c8873215c416f3edfb6c698672abf486d'
# 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