Date: Tuesday, December 1, 2020 @ 23:41:37 Author: foxboron Revision: 767233
upgpkg: docker 1:19.03.14-1 Modified: docker/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-01 23:07:40 UTC (rev 767232) +++ PKGBUILD 2020-12-01 23:41:37 UTC (rev 767233) @@ -1,7 +1,7 @@ # Maintainer: Sébastien "Seblu" Luttringer pkgname=docker -pkgver=19.03.13 +pkgver=19.03.14 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' @@ -17,8 +17,10 @@ options=('!strip' '!buildflags') # Use exact commit version from Dockerfile, see them in: # https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/ +# Note: Don't look at *master*, select the correct tag. _TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 -_LIBNETWORK_COMMIT=026aabaa659832804b01754aaadd2c0f420c68b6 +_LIBNETWORK_COMMIT=55e924b8a84231a065879156c0de95aefc5f5435 +# https://github.com/docker/docker-ce/blob/master/components/packaging/plugins/app.installer _APP_TAG='v0.9.1-beta3' source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver" "git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT"