summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3224897b5c..68b9731f7467 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 = 19.03.1
+ pkgver = 19.03.2
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-19.03.1.tgz
- source = https://github.com/docker/docker-ce/archive/v19.03.1.tar.gz
+ source = https://download.docker.com/linux/static/edge/x86_64/docker-19.03.2.tgz
+ source = https://github.com/docker/docker-ce/archive/v19.03.2.tar.gz
source = docker.sysusers
- md5sums = 09d493c8d63f1ae0ea1bd28d72d1d268
- md5sums = c8a0d73b996d97a77524ab37d6000ac7
+ md5sums = 7f2abbb89d0572b8e72e1efdbdf37180
+ md5sums = a5950e5ec1a41eca3b2c943e11f72f55
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index af934b6411de..d255b3b1c92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=19.03.1
+pkgver=19.03.2
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=('09d493c8d63f1ae0ea1bd28d72d1d268'
- 'c8a0d73b996d97a77524ab37d6000ac7'
+md5sums=('7f2abbb89d0572b8e72e1efdbdf37180'
+ 'a5950e5ec1a41eca3b2c943e11f72f55'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {