summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e943940e412..0f4c16c3dd54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-stable-bin
-pkgver=17.12.0
-pkgrel=2
+pkgver=17.12.1
+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=('c15b6bb81873e12afd769339e0d98841'
+ 'cac2dbd0f4588900e3f302207ec45910'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {