mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docker: update to 19.03.1
This commit is contained in:
parent
c93b45023b
commit
fe2792f63b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'docker'
|
# Template file for 'docker'
|
||||||
pkgname=docker
|
pkgname=docker
|
||||||
version=18.09.7
|
version=19.03.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-ce-${version}"
|
wrksrc="${pkgname}-ce-${version}"
|
||||||
hostmakedepends="git go pkg-config curl cmake"
|
hostmakedepends="git go pkg-config curl cmake"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://www.docker.io"
|
homepage="http://www.docker.io"
|
||||||
distfiles="https://github.com/docker/docker-ce/archive/v${version}.tar.gz"
|
distfiles="https://github.com/docker/docker-ce/archive/v${version}.tar.gz"
|
||||||
checksum=f05dc15f5c11635472534c3aaf759c39c1bba842dd1ac23059431c2fd1ae1795
|
checksum=dad9123e203751ce9981bc34773721593655231c32412e310e748b18f10f0053
|
||||||
|
|
||||||
# These are required at run-time.
|
# These are required at run-time.
|
||||||
depends+=" iptables xz git"
|
depends+=" iptables xz git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue