summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2018-05-11 21:05:54 -0700
committerMike Javorski2018-05-11 21:05:54 -0700
commit8eeb1b2ce009f4511b6770aaf2c6d63660002cf0 (patch)
treed647e2e50486c5518d24c3d0bfe6560b20265cad
parentb1a685d1c49482d59635ebdeabe762139e437804 (diff)
downloadaur-8eeb1b2ce009f4511b6770aaf2c6d63660002cf0.tar.gz
Update to latest release 18.05.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bda781fde696..ca823dca5f38 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 = 18.04.0
+ pkgver = 18.05.0
pkgrel = 1
url = https://www.docker.com/
arch = x86_64
@@ -21,11 +21,11 @@ pkgbase = docker-bin
conflicts = docker-ce
conflicts = docker-git
options = !strip
- source = https://download.docker.com/linux/static/edge/x86_64/docker-18.04.0-ce.tgz
- source = https://github.com/docker/docker-ce/archive/v18.04.0-ce.tar.gz
+ source = https://download.docker.com/linux/static/edge/x86_64/docker-18.05.0-ce.tgz
+ source = https://github.com/docker/docker-ce/archive/v18.05.0-ce.tar.gz
source = docker.sysusers
- md5sums = 89d5917669499b5a6a46c1ad1b2e52cd
- md5sums = 9cbbf222528794158e17252762b9ddb6
+ md5sums = 865e27ba6e4008318351892841640d65
+ md5sums = 0964e6ff25308c4369684104347a77c8
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index df3bbb3b1016..7586a17ab900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=18.04.0
+pkgver=18.05.0
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://github.com/docker/docker-ce/archive/v${pkgver}-ce.tar.gz"
"docker.sysusers"
)
-md5sums=('89d5917669499b5a6a46c1ad1b2e52cd'
- '9cbbf222528794158e17252762b9ddb6'
+md5sums=('865e27ba6e4008318351892841640d65'
+ '0964e6ff25308c4369684104347a77c8'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {