homebrew-cask/Casks/safe.rb

20 lines
856 B
Ruby
Raw Normal View History

cask 'safe' do
version '0.11.0'
sha256 '4dd918574e835e32aaeb4a0fc23e2572df8641a432e82e201dd0c0b0c47fba3d'
2016-08-16 08:55:53 +08:00
# github.com/maidsafe/safe_launcher was verified as official when first introduced to the cask
url "https://github.com/maidsafe/safe_launcher/releases/download/#{version}/safe-launcher-v#{version}-osx-x64.zip"
2016-08-16 08:55:53 +08:00
appcast 'https://github.com/maidsafe/safe_launcher/releases.atom',
checkpoint: '69c99e3c024e5d7c077bf93f684179e54b25ddaf9f9fb020085784f7c3c359e0'
2016-08-16 08:55:53 +08:00
name 'SAFE Launcher'
2016-08-17 20:07:43 +08:00
homepage 'https://www.maidsafe.net/'
2016-08-16 08:55:53 +08:00
app "safe-launcher-v#{version}-osx-x64/SAFE Launcher.app"
2016-08-16 08:55:53 +08:00
2016-08-28 10:50:41 +08:00
uninstall pkgutil: 'net.maidsafe.safelauncher',
2016-08-16 08:55:53 +08:00
delete: [
'~/Library/Application Support/SAFE Launcher/',
'~/Library/Application Support/SAFE Launcher Helper/',
]
end