summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2018-02-28 03:08:24 -0800
committerMike Javorski2018-02-28 03:08:24 -0800
commitda655831b9d360d812fe051725922acb95e65d25 (patch)
tree70aedecb89253f73b1e13ad0905032e57b6966e0
parent1b9b297637e5b45f93389ae1668534e55f5cb174 (diff)
downloadaur-da655831b9d360d812fe051725922acb95e65d25.tar.gz
Update to latest stable release 17.12.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a0cdb929ec..a08945a8a0e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docker-stable-bin
pkgdesc = Pack, ship and run any application as a lightweight container, using official binaries
- pkgver = 17.12.0
- pkgrel = 2
+ pkgver = 17.12.1
+ pkgrel = 1
url = https://www.docker.com/
arch = x86_64
license = Apache
@@ -23,11 +23,11 @@ pkgbase = docker-stable-bin
conflicts = docker-ce
conflicts = docker-git
options = !strip
- source = https://download.docker.com/linux/static/stable/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/stable/x86_64/docker-17.12.1-ce.tgz
+ source = https://github.com/docker/docker-ce/archive/v17.12.1-ce.tar.gz
source = docker.sysusers
- md5sums = 55bcb35391d28fff350076dce4b82d25
- md5sums = 545b780b4cf5bb1c83c5615d7153e9c7
+ md5sums = c15b6bb81873e12afd769339e0d98841
+ md5sums = cac2dbd0f4588900e3f302207ec45910
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-stable-bin
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() {