forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolorsnapper.rb
22 lines (18 loc) · 899 Bytes
/
colorsnapper.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cask 'colorsnapper' do
version '1.5.1'
sha256 '7e14a69e521153d9aa6fb8c75932b52e1ddb0f60b00178123fc0636b32010016'
# cs2-binaries.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://cs2-binaries.s3.amazonaws.com/ColorSnapper2-#{version.dots_to_underscores}.zip"
appcast 'https://cs2-appcast.s3.amazonaws.com/appcast.xml'
name 'ColorSnapper 2'
homepage 'https://colorsnapper.com/'
app 'ColorSnapper2.app'
uninstall quit: 'com.koolesache.ColorSnapper2'
zap trash: [
'~/Library/Application Support/ColorSnapper2',
'~/Library/Application Support/com.koolesache.ColorSnapper2',
'~/Library/Caches/com.koolesache.ColorSnapper2',
'~/Library/Cookies/com.koolesache.ColorSnapper2.binarycookies',
'~/Library/Preferences/com.koolesache.ColorSnapper2.plist',
]
end