Date: Friday, February 14, 2020 @ 12:40:57 Author: seblu Revision: 570996
upgpkg: docker 1:19.03.6-1 Modified: docker/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-14 12:18:41 UTC (rev 570995) +++ PKGBUILD 2020-02-14 12:40:57 UTC (rev 570996) @@ -1,7 +1,7 @@ # Maintainer: Sébastien "Seblu" Luttringer pkgname=docker -pkgver=19.03.5 +pkgver=19.03.6 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' @@ -18,7 +18,7 @@ # Use exact commit version from Dockerfile, see them in: # https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/ _TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 -_LIBNETWORK_COMMIT=3eb39382bfa6a3c42f83674ab080ae13b0e34e5d +_LIBNETWORK_COMMIT=9fd385be8302dbe1071a3ce124891893ff27f90f source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver" "git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT" "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT"
