mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
docker: update to 17.11.0.
This commit is contained in:
parent
1ae0000afb
commit
2cde47b0a6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'docker'
|
||||
pkgname=docker
|
||||
version=17.09.0
|
||||
version=17.11.0
|
||||
revision=1
|
||||
_subversion='-ce'
|
||||
_version="$version$_subversion"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://www.docker.io"
|
||||
distfiles="https://github.com/docker/docker-ce/archive/v$_version.tar.gz"
|
||||
checksum=ef1d7f2c48824495e4109426ba85b75c09cc9463b9ba92703e25ffcbe14536ae
|
||||
checksum=6b0c1596107fcfd824ef6293437130dbf0f6e1ca5b139c221f67044c8b0b3169
|
||||
|
||||
# These are required at run-time.
|
||||
depends="iptables xz git"
|
||||
|
@ -41,7 +41,7 @@ pre_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
vbin bundles/${_version}/dynbinary-daemon/dockerd-${_version} dockerd
|
||||
vbin ${wrksrc}/components/engine/bundles/dynbinary-daemon/dockerd-${_version} dockerd
|
||||
vinstall ${wrksrc}/components/cli/contrib/completion/bash/docker 644 usr/share/bash-completion/completions
|
||||
vinstall ${wrksrc}/components/cli/contrib/completion/zsh/_docker 644 usr/share/zsh/site-functions
|
||||
vsv docker
|
||||
|
|
Loading…
Add table
Reference in a new issue