homebrew-cask/Casks/wifi-explorer.rb

21 lines
858 B
Ruby
Raw Normal View History

2016-11-05 11:11:45 +08:00
cask 'wifi-explorer' do
2017-06-23 09:48:07 +08:00
version '2.3.2'
sha256 '96cf78ae761e68ecf4141b919d1fa8a578e665ed678066cfcb75380dff54b990'
2016-11-05 11:11:45 +08:00
2017-03-30 15:55:10 +08:00
# s3.amazonaws.com/apps.adriangranados.com was verified as official when first introduced to the cask
url 'https://s3.amazonaws.com/apps.adriangranados.com/wifiexplorer.zip'
2016-11-05 11:11:45 +08:00
appcast 'https://www.adriangranados.com/appcasts/wifiexplorercast.xml',
2017-06-23 09:48:07 +08:00
checkpoint: 'ab789ce78c00e1ba7490aa4741205244d0bb00e956e1c1d0e413a6e8449538f4'
2016-11-05 11:11:45 +08:00
name 'WiFi Explorer'
homepage 'https://www.adriangranados.com/apps/wifi-explorer'
app 'WiFi Explorer.app'
2017-08-13 17:45:30 +08:00
zap delete: [
'~/Library/Caches/wifiexplorer',
'~/Library/Cookies/wifiexplorer.binarycookies',
'~/Library/Saved Application State/wifiexplorer.savedState',
],
trash: '~/Library/Preferences/wifiexplorer.plist'
2016-11-05 11:11:45 +08:00
end