mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
docker: update to 19.03.4.
This commit is contained in:
parent
8509791821
commit
e6713f12fd
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=19.03.3
|
version=19.03.4
|
||||||
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=63b0d28608f32573b9c03fa46247c6f959e9c08133ddf30a71276919de0194c0
|
checksum=b279493f74f0d91253c7cb4b49e0b4be139de0a1d164303ce6814028d642d656
|
||||||
|
|
||||||
# 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