forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.rb
20 lines (17 loc) · 810 Bytes
/
changes.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cask 'changes' do
version '1.7.3'
sha256 '64fd2d6af3f3a85fb6d172d5e9bce15ae07d4b94de5b2360181445227bcc9c1a'
# bitbq_changes.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://bitbq_changes.s3.amazonaws.com/changes-#{version}.zip"
appcast 'https://bitbq_changes.s3.amazonaws.com/changes-production.xml',
checkpoint: '524b59ed2fd0b0cb7829bfa7d4729769d169dc6e391a113550082d44fd831806'
name 'Changes'
homepage 'http://martiancraft.com/products/changes.html'
app 'Changes.app'
binary "#{appdir}/Changes.app/Contents/Resources/chdiff"
zap delete: [
'~/Library/Preferences/com.bitbq.Changes.plist',
'~/Library/Application Support/Changes',
'~/Library/Caches/com.bitbq.Changes',
]
end