mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
upgrade boot2docker to v1.0.1
https://github.com/boot2docker/osx-installer/releases/tag/v1.0.1
This commit is contained in:
parent
e2151b8b2d
commit
9aa9bd40c8
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
class Boot2docker < Cask
|
||||
version '1.0.0'
|
||||
sha256 '4bcdc3b4f309c7957aa8b91768f9c59d23f63258bc83d22cbdf268f5bbf2785f'
|
||||
version '1.0.1'
|
||||
sha256 '9f03f3eca0d3645d082bf249ad0a1ce3feb60134bdad6fcfbb47aa67a30c5e79'
|
||||
|
||||
url 'https://github.com/boot2docker/osx-installer/releases/download/v1.0.0/Boot2Docker-1.0.0.pkg'
|
||||
url 'https://github.com/boot2docker/osx-installer/releases/download/v1.0.1/Boot2Docker-1.0.1.pkg'
|
||||
homepage 'https://github.com/boot2docker/osx-installer'
|
||||
|
||||
install 'Boot2Docker-1.0.0.pkg'
|
||||
install 'Boot2Docker-1.0.1.pkg'
|
||||
uninstall :pkgutil => ['io.boot2docker.pkg.boot2docker', 'io.boot2docker.pkg.boot2dockerapp', 'io.boot2dockeriso.pkg.boot2dockeriso', 'io.docker.pkg.docker']
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue