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

Sébastien Luttringer seblu at archlinux.org
Thu Jan 10 07:02:28 UTC 2019


    Date: Thursday, January 10, 2019 @ 07:02:28
  Author: seblu
Revision: 421515

upgpkg: docker 1:18.09.1-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-10 06:49:34 UTC (rev 421514)
+++ PKGBUILD	2019-01-10 07:02:28 UTC (rev 421515)
@@ -1,8 +1,8 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=18.09.0
-pkgrel=2
+pkgver=18.09.1
+pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -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=6da50d1978302f04c3e2089e29112ea24812f05b
+_LIBNETWORK_COMMIT=2cfbf9b1f98162a55829a21cc603c76072a75382
 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