summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-07-25 22:48:21 -0700
committerMike Javorski2019-07-25 22:48:21 -0700
commita02e66795c924a0bb65b16ad38b81859edcf5fce (patch)
tree91d3224aff3a17faf2881bb4c52114cae72cab0a
parentf3351abfcf986c1bf4fd52e6e5a07c5c93cea009 (diff)
downloadaur-a02e66795c924a0bb65b16ad38b81859edcf5fce.tar.gz
Update to latest release 19.03.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50eebb38cbbe..7b3224897b5c 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.0
+ pkgver = 19.03.1
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.0.tgz
- source = https://github.com/docker/docker-ce/archive/v19.03.0.tar.gz
+ 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 = docker.sysusers
- md5sums = a12b56c8fabbeb333e2a4adcf7be85e6
- md5sums = 54ad698dab2cf2de536ed3342a5582d3
+ md5sums = 09d493c8d63f1ae0ea1bd28d72d1d268
+ md5sums = c8a0d73b996d97a77524ab37d6000ac7
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index be6f9c4e26ab..af934b6411de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=19.03.0
+pkgver=19.03.1
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=('a12b56c8fabbeb333e2a4adcf7be85e6'
- '54ad698dab2cf2de536ed3342a5582d3'
+md5sums=('09d493c8d63f1ae0ea1bd28d72d1d268'
+ 'c8a0d73b996d97a77524ab37d6000ac7'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {