summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2020-05-19 11:14:26 -0700
committerMike Javorski2020-05-19 11:14:26 -0700
commit8be678d5c30ae4a5b043a976027f1f3b75493f93 (patch)
tree713f4fc5376287c7df2f59a4f19c40d9a0b1e187 /PKGBUILD
parente97382cce243810b94dca58bc43622b97760c916 (diff)
downloadaur-8be678d5c30ae4a5b043a976027f1f3b75493f93.tar.gz
Update to latest release 19.03.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c7a2f526862..ba715dd490d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=19.03.8
+pkgver=19.03.9
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=('ea7eb255b16a1fa419eb3ef7b4d79bbf'
- '529b9e0767146ba03b6fda5833b5e1f6'
+md5sums=('bc4c3573c73801adb014318a1bc314d0'
+ 'ef325f2cafbf08be636394ae551bcc52'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {