[arch-commits] Commit in docker/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Fri May 29 15:39:26 UTC 2020


    Date: Friday, May 29, 2020 @ 15:39:26
  Author: seblu
Revision: 637113

upgpkg: docker 1:19.03.10-1

Modified:
  docker/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 15:37:47 UTC (rev 637112)
+++ PKGBUILD	2020-05-29 15:39:26 UTC (rev 637113)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=19.03.9
+pkgver=19.03.10
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -18,8 +18,8 @@
 # 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=0941c3f409260d5f05cfa6fc68420d8ad45ee483
-_APP_TAG='v0.9.0-beta1'
+_LIBNETWORK_COMMIT=71d4d82a5ce50453b1121d95544f0a2ae95bef9b
+_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"
         "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT"



More information about the arch-commits mailing list