homebrew-cask/Casks/changes.rb

22 lines
822 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'
2016-02-12 06:10:22 +08:00
# bitbq_changes.s3.amazonaws.com was verified as official when first introduced to the cask
2015-07-12 18:45:34 +08:00
url "https://bitbq_changes.s3.amazonaws.com/changes-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://bitbq_changes.s3.amazonaws.com/changes-production.xml',
checkpoint: '524b59ed2fd0b0cb7829bfa7d4729769d169dc6e391a113550082d44fd831806'
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