homebrew-cask/Casks/safe-launcher.rb

21 lines
849 B
Ruby
Raw Normal View History

2016-08-16 08:55:53 +08:00
cask 'safe-launcher' do
2016-08-28 10:50:41 +08:00
version '0.8.1'
sha256 'd0f009761915b8ac32718137ad774213fdd2719e022d5480fcec3caf339eeb5a'
2016-08-16 08:55:53 +08:00
# github.com/maidsafe/safe_launcher was verified as official when first introduced to the cask
2016-08-28 10:50:41 +08:00
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',
2016-08-28 10:50:41 +08:00
checkpoint: 'd9786c58d9c64973c510f793d84185cb1cfeeb04c2828c65370b0ec659df27a7'
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
license :unknown
2016-08-28 10:50:41 +08:00
app '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