homebrew-cask/Casks/boot2docker.rb

15 lines
603 B
Ruby

cask :v1 => 'boot2docker' do
version '1.6.2'
sha256 'c3cf9e5cd1695fd4965292201e67e6b8ef06516b925cf1db19174489c9e2daa5'
url "https://github.com/boot2docker/osx-installer/releases/download/v#{version}/Boot2Docker-#{version}.pkg"
appcast 'https://github.com/boot2docker/osx-installer/releases.atom'
name 'Boot2Docker'
homepage 'https://github.com/boot2docker/osx-installer'
license :apache
pkg "Boot2Docker-#{version}.pkg"
uninstall :pkgutil => ['io.boot2docker.pkg.boot2docker', 'io.boot2docker.pkg.boot2dockerapp', 'io.boot2dockeriso.pkg.boot2dockeriso', 'io.docker.pkg.docker']
end