summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-05-06 21:52:04 -0700
committerMike Javorski2019-05-06 21:52:04 -0700
commit2329eeb0f03c142d4ec804ad185206a5ac3684b8 (patch)
treeec5aa94101fcc58e064279490f78ead6f8fa27bb
parent5afdd067556df568b695a76069830647468ff644 (diff)
downloadaur-2329eeb0f03c142d4ec804ad185206a5ac3684b8.tar.gz
Update to latest release 18.09.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3786a1d345cc..859c6807c53c 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.09.5
+ pkgver = 18.09.6
pkgrel = 1
url = https://www.docker.com/
arch = x86_64
@@ -25,11 +25,11 @@ pkgbase = docker-bin
conflicts = docker-ce
conflicts = docker-git
options = !strip
- source = https://download.docker.com/linux/static/edge/x86_64/docker-18.09.5.tgz
- source = https://github.com/docker/docker-ce/archive/v18.09.5.tar.gz
+ source = https://download.docker.com/linux/static/edge/x86_64/docker-18.09.6.tgz
+ source = https://github.com/docker/docker-ce/archive/v18.09.6.tar.gz
source = docker.sysusers
- md5sums = ab3d7b00010efbc7e51eaec5f77d42b9
- md5sums = 38b9658a0de08be673dd7143bd22725e
+ md5sums = a6be1e734421d05abfc4d3e28997e271
+ md5sums = 788a30335b1c7d05d30cc08239901011
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6e6cb9bac14a..f2d2636b3e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=18.09.5
+pkgver=18.09.6
pkgrel=1
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
arch=('x86_64')
@@ -21,8 +21,8 @@ source=(
"https://github.com/docker/docker-ce/archive/v${pkgver}.tar.gz"
"docker.sysusers"
)
-md5sums=('ab3d7b00010efbc7e51eaec5f77d42b9'
- '38b9658a0de08be673dd7143bd22725e'
+md5sums=('a6be1e734421d05abfc4d3e28997e271'
+ '788a30335b1c7d05d30cc08239901011'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {