summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2019-07-09 22:20:39 -0700
committerMike Javorski2019-07-09 22:20:39 -0700
commit59c9f875f048f5a12c41920a394bfc2eb1811a47 (patch)
tree6a2296c42fd1d5c54cfc94b1185c63720350cb5e /PKGBUILD
parent2329eeb0f03c142d4ec804ad185206a5ac3684b8 (diff)
downloadaur-59c9f875f048f5a12c41920a394bfc2eb1811a47.tar.gz
Update to latest release 18.09.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2d2636b3e36..f1bda51e683f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=18.09.6
+pkgver=18.09.7
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=('a6be1e734421d05abfc4d3e28997e271'
- '788a30335b1c7d05d30cc08239901011'
+md5sums=('db2ba172df39b83228d2ee2602a9606b'
+ '839d9a67029808b71d3bbfe9b905c0f6'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {