forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchatmate-for-whatsapp.rb
23 lines (19 loc) · 1.03 KB
/
chatmate-for-whatsapp.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cask 'chatmate-for-whatsapp' do
version '4.3.1,482:1537891987'
sha256 'af6b75282d8b0c0782246f771a4718675616cbdc6b62682a9e055641ab1e5ac7'
# dl.devmate.com/net.coldx.mac.WhatsApp was verified as official when first introduced to the cask
url "https://dl.devmate.com/net.coldx.mac.WhatsApp/#{version.after_comma.before_colon}/#{version.after_colon}/ChatMateforWhatsApp-#{version.after_comma.before_colon}.zip"
appcast 'https://updates.devmate.com/net.coldx.mac.WhatsApp.xml'
name 'ChatMate for WhatsApp'
homepage 'https://chatmate.io/'
depends_on macos: '>= :sierra'
app 'ChatMate for WhatsApp.app'
zap trash: [
'~/Library/Application Support/ChatMate for WhatsApp',
'~/Library/Application Support/ColdX/net.coldx.mac.WhatsApp',
'~/Library/Caches/net.coldx.mac.WhatsApp',
'~/Library/Cookies/net.coldx.mac.WhatsApp.binarycookies',
'~/Library/Preferences/net.coldx.mac.WhatsApp.plist',
'~/Library/WebKit/net.coldx.mac.WhatsApp',
]
end