homebrew-cask/Casks/nanobox.rb

26 lines
874 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nanobox' do
2017-09-09 10:40:52 +08:00
version '2.3.0'
2017-12-03 06:21:57 +08:00
sha256 '1ab3501db17a017debbdf8e1f3cba755ec62e2cf3bec90ac7bf9703e9583477a'
2016-06-18 06:20:47 +08:00
# s3.amazonaws.com/tools.nanobox.io was verified as official when first introduced to the cask
2017-05-21 15:30:09 +08:00
url "https://s3.amazonaws.com/tools.nanobox.io/installers/v#{version.major}/mac/Nanobox.pkg"
2016-06-18 06:20:47 +08:00
appcast 'https://github.com/nanobox-io/nanobox/releases.atom',
2017-12-03 06:21:57 +08:00
checkpoint: 'fe081e2388dd048ce02ab30b1cdd1f2225d609201af633b1858c344c324aef2c'
name 'nanobox'
homepage 'https://www.nanobox.io/'
2017-05-21 15:30:09 +08:00
pkg 'Nanobox.pkg'
2017-05-21 15:30:09 +08:00
uninstall launchctl: 'net.sf.tuntaposx.tap',
kext: 'net.sf.tuntaposx.tap',
pkgutil: [
'net.sf.tuntaposx.tap',
'io.nanobox.pkg.nanobox',
]
2017-11-18 18:04:15 +08:00
zap trash: [
'~/.nanobox',
'/opt/nanobox',
]
end