summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2018-02-09 13:00:08 -0800
committerMike Javorski2018-02-09 13:00:08 -0800
commit95b227fca67f4d9ed91f4d9a439bfc5dfe072a78 (patch)
treef4094835b933112b5223c73e00ef4203c2d68d0b
parent437a6b21f4f89a2e174b60f399b32193305c6470 (diff)
downloadaur-95b227fca67f4d9ed91f4d9a439bfc5dfe072a78.tar.gz
Update to latest release 18.02.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5971236307f..6f0a199552ee 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.01.0
+ pkgver = 18.02.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.01.0-ce.tgz
- source = https://github.com/docker/docker-ce/archive/v18.01.0-ce.tar.gz
+ source = https://download.docker.com/linux/static/edge/x86_64/docker-18.02.0-ce.tgz
+ source = https://github.com/docker/docker-ce/archive/v18.02.0-ce.tar.gz
source = docker.sysusers
- md5sums = f6e74bf3d11af7d96953855e14833624
- md5sums = d5ceb5f945405ac6798f26df789d58a2
+ md5sums = bad8fba87815eb01fbe1d056075de84b
+ md5sums = 3599dd33d8898e6372d1de807cd9d825
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index ddff41d60994..581af46245a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=18.01.0
+pkgver=18.02.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=('f6e74bf3d11af7d96953855e14833624'
- 'd5ceb5f945405ac6798f26df789d58a2'
+md5sums=('bad8fba87815eb01fbe1d056075de84b'
+ '3599dd33d8898e6372d1de807cd9d825'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {