homebrew-cask/Casks/boot2docker.rb

15 lines
603 B
Ruby
Raw Normal View History

2014-11-14 01:25:29 +08:00
cask :v1 => 'boot2docker' do
2015-07-15 16:50:59 +08:00
version '1.7.1'
sha256 '80658f99d0448793bfa7a35d8cdf9a368b4977f7a9977c9b375f6adab45cadaf'
2014-09-26 20:08:48 +08:00
url "https://github.com/boot2docker/osx-installer/releases/download/v#{version}/Boot2Docker-#{version}.pkg"
2015-03-15 19:47:23 +08:00
appcast 'https://github.com/boot2docker/osx-installer/releases.atom'
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
2014-06-10 10:27:10 +08:00
uninstall :pkgutil => ['io.boot2docker.pkg.boot2docker', 'io.boot2docker.pkg.boot2dockerapp', 'io.boot2dockeriso.pkg.boot2dockeriso', 'io.docker.pkg.docker']
end