summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2017-05-06 00:30:40 -0700
committerMike Javorski2017-05-06 00:32:10 -0700
commite3d7e4d8d26777db2d65dc186b86e50cc135a5fc (patch)
treed04830d481c21db61d6f1ad09a3e14cfedb7e308
parent9085c5f1957774532bff49ca2e5089db2893caeb (diff)
downloadaur-e3d7e4d8d26777db2d65dc186b86e50cc135a5fc.tar.gz
Update for 17.05.0 release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ada4ff9509ed..31ac666a9924 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 = 17.04.0
- pkgrel = 2
+ pkgver = 17.05.0
+ pkgrel = 1
url = https://www.docker.com/
arch = x86_64
license = Apache
@@ -22,13 +22,13 @@ pkgbase = docker-bin
conflicts = docker-ce
conflicts = docker-git
options = !strip
- source = https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz
- source = https://github.com/moby/moby/archive/v17.04.0-ce.tar.gz
+ source = https://get.docker.com/builds/Linux/x86_64/docker-17.05.0-ce.tgz
+ source = https://github.com/moby/moby/archive/v17.05.0-ce.tar.gz
source = git+https://github.com/spf13/cobra.git
source = git+https://github.com/cpuguy83/go-md2man.git
source = docker.sysusers
- md5sums = b48684ab01ba2068ca44a21da92ce169
- md5sums = 1c794272d1e25c05cdd5b5706ea23658
+ md5sums = 1058a7eb3f05833475fcc29fc4b11011
+ md5sums = 98db409f71d8b1531f94a1cf95f676e0
md5sums = SKIP
md5sums = SKIP
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
diff --git a/PKGBUILD b/PKGBUILD
index d9630854e2ea..b9ffcbc0e8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=17.04.0
-pkgrel=2
+pkgver=17.05.0
+pkgrel=1
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
arch=('x86_64')
url='https://www.docker.com/'
@@ -23,8 +23,8 @@ source=(
"git+https://github.com/cpuguy83/go-md2man.git"
"docker.sysusers"
)
-md5sums=('b48684ab01ba2068ca44a21da92ce169'
- '1c794272d1e25c05cdd5b5706ea23658'
+md5sums=('1058a7eb3f05833475fcc29fc4b11011'
+ '98db409f71d8b1531f94a1cf95f676e0'
'SKIP'
'SKIP'
'9a8b2744db23b14ca3cd350fdf73c179')