You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
614 B
19 lines
614 B
8 years ago
|
cask 'shimo3' do
|
||
|
version '3'
|
||
|
sha256 'b7ea5315ef77c0747735f5f5916f8b8727865134ac8f7c87bc00c582d0f68503'
|
||
|
|
||
|
# feingeist.io was verified as official when first introduced to the cask
|
||
|
url "https://www.feingeist.io/files/Shimo#{version}.zip"
|
||
|
name 'Shimo'
|
||
|
homepage 'https://www.shimovpn.com/'
|
||
|
|
||
|
app 'Shimo.app'
|
||
|
|
||
|
zap delete: [
|
||
|
'~/Library/Application Support/Shimo',
|
||
|
'~/Library/Preferences/com.chungwasoft.Shimo.plist',
|
||
|
'~/Library/Caches/com.chungwasoft.Shimo',
|
||
|
'/Library/PrivilegedHelperTools/com.chungwasoft.shimo.helper',
|
||
|
]
|
||
|
end
|