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

Sébastien Luttringer seblu at archlinux.org
Thu Jul 24 22:59:05 UTC 2014


    Date: Friday, July 25, 2014 @ 00:59:05
  Author: seblu
Revision: 116314

upgpkg: docker 1:1.1.2-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-24 22:52:08 UTC (rev 116313)
+++ PKGBUILD	2014-07-24 22:59:05 UTC (rev 116314)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip')
 install=$pkgname.install
-source=("git+https://github.com/dotcloud/docker.git#tag=v$pkgver")
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {




More information about the arch-commits mailing list