summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2016-12-21 22:59:58 -0800
committerMike Javorski2016-12-21 22:59:58 -0800
commitcab1bd5b2744414f2197a3cb074543ca5b65dcc5 (patch)
tree2e488cd51863101748418755f78b90c56271163a
parent5884a609e3413bceb422f8826df728d3c5a7119c (diff)
downloadaur-cab1bd5b2744414f2197a3cb074543ca5b65dcc5.tar.gz
Update for v1.12.5 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83da09c57365..145d7ebd9243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = docker-bin
pkgdesc = Pack, ship and run any application as a lightweight container, using official binaries
- pkgver = 1.12.3
+ pkgver = 1.12.5
pkgrel = 1
url = https://www.docker.com/
install = docker-bin.install
@@ -17,8 +17,8 @@ pkgbase = docker-bin
optdepends = lxc: lxc backend support
conflicts = docker
options = !strip
- source = https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz
- source = https://github.com/docker/docker/archive/v1.12.3.tar.gz
+ source = https://get.docker.com/builds/Linux/x86_64/docker-1.12.5.tgz
+ source = https://github.com/docker/docker/archive/v1.12.5.tar.gz
source = docker.sysusers
md5sums = 8d1114880a566a707337a63dcf499cc9
md5sums = 40510f377b781c72847ae6a06fdbb175
diff --git a/PKGBUILD b/PKGBUILD
index f7b8c4793752..41016a229718 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=1.12.3
+pkgver=1.12.5
pkgrel=1
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
arch=('x86_64')
@@ -20,8 +20,8 @@ source=(
"https://get.docker.com/builds/Linux/x86_64/docker-${pkgver}.tgz"
"https://github.com/docker/docker/archive/v${pkgver}.tar.gz"
"docker.sysusers")
-md5sums=('8d1114880a566a707337a63dcf499cc9'
- '40510f377b781c72847ae6a06fdbb175'
+md5sums=('668fffe70895731f426c006da09d7997'
+ '2372c98dce8ebcc16fcd9afe51f5042c'
'8cf9900ebada61f352a03465a088da34')
build() {