summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2017-08-18 09:54:44 -0700
committerMike Javorski2017-08-18 09:54:44 -0700
commitb61905774de6d7fcf76d809ba334ee901432e7b6 (patch)
tree48b33811b58d116effc5a541726f85582aba3252
parent4eea66ab315dfd2931c6169b30bb507a5b550360 (diff)
downloadaur-b61905774de6d7fcf76d809ba334ee901432e7b6.tar.gz
Update to latest release 17.06.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9840c9f4107..08ee297587a7 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 = 17.06.0
+ pkgver = 17.06.1
pkgrel = 1
url = https://www.docker.com/
arch = x86_64
@@ -22,11 +22,11 @@ pkgbase = docker-bin
conflicts = docker-ce
conflicts = docker-git
options = !strip
- source = https://download.docker.com/linux/static/edge/x86_64/docker-17.06.0-ce.tgz
- source = https://github.com/docker/docker-ce/archive/v17.06.0-ce.tar.gz
+ source = https://download.docker.com/linux/static/edge/x86_64/docker-17.06.1-ce.tgz
+ source = https://github.com/docker/docker-ce/archive/v17.06.1-ce.tar.gz
source = docker.sysusers
- md5sums = ecc2f2d99b64b35d8ad478eafcc6f502
- md5sums = 1eb7761b77dc328e6b0a9c481bcd7514
+ md5sums = 86d259bbd9a48de6897b6e9439a6c5a3
+ md5sums = a0d638496215364a7eec4d280dba62f1
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index abdb0e45bd5e..78bcd879db71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=17.06.0
+pkgver=17.06.1
pkgrel=1
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
arch=('x86_64')
@@ -21,8 +21,8 @@ source=(
"https://github.com/docker/docker-ce/archive/v${pkgver}-ce.tar.gz"
"docker.sysusers"
)
-md5sums=('ecc2f2d99b64b35d8ad478eafcc6f502'
- '1eb7761b77dc328e6b0a9c481bcd7514'
+md5sums=('86d259bbd9a48de6897b6e9439a6c5a3'
+ 'a0d638496215364a7eec4d280dba62f1'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {