summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2016-08-18 23:56:52 -0700
committerMike Javorski2016-08-18 23:56:52 -0700
commit8de53be994d3b01ddc792691e483847363aa84fb (patch)
tree25dd1346ed4c4fa0bc3cae73778bae348b1eeb5b
parent5e430073b66471b42371ef03ef18b81271a38533 (diff)
downloadaur-8de53be994d3b01ddc792691e483847363aa84fb.tar.gz
Bump docker to 1.12.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9fe9bf26b7c..f151ebf41735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docker-bin
pkgdesc = Pack, ship and run any application as a lightweight container, using official binaries
- pkgver = 1.12.0
- pkgrel = 2
+ pkgver = 1.12.1
+ pkgrel = 1
url = https://www.docker.com/
install = docker-bin.install
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = docker-bin
optdepends = lxc: lxc backend support
conflicts = docker
options = !strip
- source = https://get.docker.com/builds/Linux/x86_64/docker-1.12.0.tgz
- source = https://github.com/docker/docker/archive/v1.12.0.tar.gz
+ source = https://get.docker.com/builds/Linux/x86_64/docker-1.12.1.tgz
+ source = https://github.com/docker/docker/archive/v1.12.1.tar.gz
source = docker.sysusers
- md5sums = 01a10b144c643810e6c97ebc597119a1
- md5sums = 7990440b022e93f3e7036bcfd12970f2
+ md5sums = 6249d7b0be08762f9de506fff32aba9f
+ md5sums = 7af7b4c25d414aa19bc7382bd85c25f7
md5sums = 8cf9900ebada61f352a03465a088da34
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index 12e11fd76f1b..b30b54b8faa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=1.12.0
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
arch=('x86_64')
url='https://www.docker.com/'
@@ -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=('01a10b144c643810e6c97ebc597119a1'
- '7990440b022e93f3e7036bcfd12970f2'
+md5sums=('6249d7b0be08762f9de506fff32aba9f'
+ '7af7b4c25d414aa19bc7382bd85c25f7'
'8cf9900ebada61f352a03465a088da34')
build() {