homebrew-cask/Casks/boot2docker.rb

16 lines
683 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'boot2docker' do
2015-08-15 23:12:22 +08:00
version '1.8.0'
sha256 'b457bd33c046568a7a56ea89256563768b59ebaf5a50827f5e6f8703480dc329'
2014-09-26 20:08:48 +08:00
url "https://github.com/boot2docker/osx-installer/releases/download/v#{version}/Boot2Docker-#{version}.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/boot2docker/osx-installer/releases.atom',
checkpoint: 'd3c65cdfee967e2b947c548ad94a4d9d712ef299b57b8cdd949aea8eecf64a29'
2015-02-08 19:01:40 +08:00
name 'Boot2Docker'
homepage 'https://github.com/boot2docker/osx-installer'
license :apache
2014-09-26 20:08:48 +08:00
pkg "Boot2Docker-#{version}.pkg"
2014-11-22 22:12:37 +08:00
uninstall pkgutil: ['io.boot2docker.pkg.boot2docker', 'io.boot2docker.pkg.boot2dockerapp', 'io.boot2dockeriso.pkg.boot2dockeriso', 'io.docker.pkg.docker']
2014-06-10 10:27:10 +08:00
end