summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-03-07 09:23:28 -0800
committerMike Javorski2019-03-07 09:23:56 -0800
commitdd2f34a537532fb40b4a3959d917378db0eaf85e (patch)
tree94ba71ba7635f76360e04e1b369b2657c716384c
parent2cd62ce4c737cb2a93c5ed5771b5fc5107e66e49 (diff)
downloadaur-dd2f34a537532fb40b4a3959d917378db0eaf85e.tar.gz
Update to latest release 18.09.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e359d8c1c74..47938a6cb58e 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.2
+ pkgver = 18.09.3
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.2.tgz
- source = https://github.com/docker/docker-ce/archive/v18.09.2.tar.gz
+ source = https://download.docker.com/linux/static/edge/x86_64/docker-18.09.3.tgz
+ source = https://github.com/docker/docker-ce/archive/v18.09.3.tar.gz
source = docker.sysusers
- md5sums = 0dd328c5d09246f064e8f6daa9eddad9
- md5sums = 8a67b2ebca0d3dbc0a268183b0990bd5
+ md5sums = 96e1e44ad861c51135f1dea02e2a9b42
+ md5sums = 6831b2f2342326bd303e0b8a33b634ad
md5sums = 9a8b2744db23b14ca3cd350fdf73c179
pkgname = docker-bin
diff --git a/PKGBUILD b/PKGBUILD
index 15c413ef23fb..fdf5e99d6003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=18.09.2
+pkgver=18.09.3
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=('0dd328c5d09246f064e8f6daa9eddad9'
- '8a67b2ebca0d3dbc0a268183b0990bd5'
+md5sums=('96e1e44ad861c51135f1dea02e2a9b42'
+ '6831b2f2342326bd303e0b8a33b634ad'
'9a8b2744db23b14ca3cd350fdf73c179')
build() {