summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2021-10-04 12:05:53 -0700
committerMike Javorski2021-10-04 12:05:53 -0700
commit7e844eb3efb68b2521882ce036bce75c0b435278 (patch)
treef4665293f22a82812a95301ecccf40908ed8f017
parent62c434a103bbd68dbb2e22ac3482b683de6d4133 (diff)
downloadaur-7e844eb3efb68b2521882ce036bce75c0b435278.tar.gz
Update to latest release 20.10.9 w/ buildx 0.6.3
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce5fe8ae071..92829b286218 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 = 20.10.8
+ pkgver = 20.10.9
pkgrel = 2
url = https://www.docker.com/
arch = x86_64
@@ -21,19 +21,19 @@ pkgbase = docker-bin
conflicts = docker-ce
conflicts = docker-git
options = !strip
- source = https://download.docker.com/linux/static/stable/x86_64/docker-20.10.8.tgz
- source = https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.8.tgz
- source = https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce-cli_20.10.8~3-0~debian-buster_amd64.deb
- source = https://github.com/docker/buildx/releases/download/v0.6.1/buildx-v0.6.1.linux-amd64
+ source = https://download.docker.com/linux/static/stable/x86_64/docker-20.10.9.tgz
+ source = https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-20.10.9.tgz
+ source = https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce-cli_20.10.9~3-0~debian-buster_amd64.deb
+ source = https://github.com/docker/buildx/releases/download/v0.6.3/buildx-v0.6.3.linux-amd64
source = https://raw.githubusercontent.com/docker/docker-ce-packaging/1c1cb918d8cf84f321bab7cb9739c221fe4f3ed7/systemd/docker.socket
source = https://raw.githubusercontent.com/docker/docker-ce-packaging/1c1cb918d8cf84f321bab7cb9739c221fe4f3ed7/systemd/docker.service
- source = https://raw.githubusercontent.com/moby/moby/v20.10.8/contrib/syntax/nano/Dockerfile.nanorc
- source = https://raw.githubusercontent.com/moby/moby/v20.10.8/contrib/udev/80-docker.rules
+ source = https://raw.githubusercontent.com/moby/moby/v20.10.9/contrib/syntax/nano/Dockerfile.nanorc
+ source = https://raw.githubusercontent.com/moby/moby/v20.10.9/contrib/udev/80-docker.rules
source = docker.sysusers
- sha256sums = 7ea11ecb100fdc085dbfd9ab1ff380e7f99733c890ed815510a5952e5d6dd7e0
- sha256sums = 3d6ea2a389f47b173161a6a7e788cee14fee5d0ce7f4d16477f63ed4e5ab04ef
- sha256sums = f9c60f454909346e405562b8acc3456bf1e3f7a6f3e3a1d26a4addb159b5b970
- sha256sums = de31f5dc997c31d7eb891f64493dcf3fddaada8fb95981a5f4c1e598a392c3ce
+ sha256sums = caf74e54b58c0b38bb4d96c8f87665f29b684371c9a325562a3904b8c389995e
+ sha256sums = 5c14e2e105cc5355e34f7173792f12d9c26aa4aac38f4b24f7cde7f9b0bfbe73
+ sha256sums = 07d6697fc25b7b5686f8f924388da8bc60a47d6ad4526318b9fe3a9b1d2619e2
+ sha256sums = 8dbc69a27afbc668e5d9fcda0e6d8334c1716e0ea6bd4d22ba3a32a53c3c834b
sha256sums = caf98bf39fb8621fb955476567a38b8a6b35bab2dccd8a29a16da23d4bb99450
sha256sums = ed2ebb93d4bb3a30b5ad214d2ea5d467e714928d4fbf077e2a77dce758c0fa60
sha256sums = 3b1bd816a4a029ac048be7703a72a69ff44c531ead443d573e04f29d812594f1
diff --git a/PKGBUILD b/PKGBUILD
index 30016e65f898..f506bb124fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=docker-bin
-pkgver=20.10.8
+pkgver=20.10.9
# must use commit sha as currently not tagged with 20.10+ versions
_packaging_version=1c1cb918d8cf84f321bab7cb9739c221fe4f3ed7
-_buildx_version=v0.6.1
+_buildx_version=v0.6.3
pkgrel=2
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
@@ -31,10 +31,10 @@ source=(
"https://raw.githubusercontent.com/moby/moby/v${pkgver}/contrib/udev/80-docker.rules"
"docker.sysusers"
)
-sha256sums=('7ea11ecb100fdc085dbfd9ab1ff380e7f99733c890ed815510a5952e5d6dd7e0'
- '3d6ea2a389f47b173161a6a7e788cee14fee5d0ce7f4d16477f63ed4e5ab04ef'
- 'f9c60f454909346e405562b8acc3456bf1e3f7a6f3e3a1d26a4addb159b5b970'
- 'de31f5dc997c31d7eb891f64493dcf3fddaada8fb95981a5f4c1e598a392c3ce'
+sha256sums=('caf74e54b58c0b38bb4d96c8f87665f29b684371c9a325562a3904b8c389995e'
+ '5c14e2e105cc5355e34f7173792f12d9c26aa4aac38f4b24f7cde7f9b0bfbe73'
+ '07d6697fc25b7b5686f8f924388da8bc60a47d6ad4526318b9fe3a9b1d2619e2'
+ '8dbc69a27afbc668e5d9fcda0e6d8334c1716e0ea6bd4d22ba3a32a53c3c834b'
'caf98bf39fb8621fb955476567a38b8a6b35bab2dccd8a29a16da23d4bb99450'
'ed2ebb93d4bb3a30b5ad214d2ea5d467e714928d4fbf077e2a77dce758c0fa60'
'3b1bd816a4a029ac048be7703a72a69ff44c531ead443d573e04f29d812594f1'