summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2018-01-13 00:04:34 -0800
committerMike Javorski2018-01-13 00:04:34 -0800
commit437a6b21f4f89a2e174b60f399b32193305c6470 (patch)
tree3b341a4b6a6d92e4710b3c04be5aeea29994ba15
parentc99fae453b4ac7d6208efe66fb5d0e83b7372b43 (diff)
downloadaur-437a6b21f4f89a2e174b60f399b32193305c6470.tar.gz
Update to latest release 18.01.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 290fdf3f9499..e5971236307f 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.12.0
- pkgrel = 2
+ pkgver = 18.01.0
+ pkgrel = 1
url = https://www.docker.com/
arch = x86_64
license = Apache
@@ -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-17.12.0-ce.tgz
- source = https://github.com/docker/docker-ce/archive/v17.12.0-ce.tar.gz
+ 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 = docker.sysusers
- md5sums = 55bcb35391d28fff350076dce4b82d25
- md5sums = 545b780b4cf5bb1c83c5615d7153e9c7
+ md5sums = f6e74bf3d11af7d96953855e14833624
+ md5sums = d5ceb5f945405ac6798f26df789d58a2
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f0f9d26d29e..ddff41d60994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=17.12.0
-pkgrel=2
+pkgver=18.01.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/'
@@ -20,8 +20,8 @@ source=(
"https://github.com/docker/docker-ce/archive/v${pkgver}-ce.tar.gz"
"docker.sysusers"
)
-md5sums=('55bcb35391d28fff350076dce4b82d25'
- '545b780b4cf5bb1c83c5615d7153e9c7'
+md5sums=('f6e74bf3d11af7d96953855e14833624'
+ 'd5ceb5f945405ac6798f26df789d58a2'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {