From e965a8a3d380359bf8db84fadd890c54bb9cbd4c Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 17 Jul 2022 16:27:31 +0200 Subject: [PATCH] moby: update to 20.10.17. --- srcpkgs/moby/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template index bf9a8f2ff51..f4d74271bb1 100644 --- a/srcpkgs/moby/template +++ b/srcpkgs/moby/template @@ -1,8 +1,8 @@ # Template file for 'moby' pkgname=moby -version=20.10.9 -revision=2 -_libnetwork_commit=64b7a4574d1426139437d20e81c0b6d391130ec8 +version=20.10.17 +revision=1 +_libnetwork_commit=f6ccccb1c082a432c2a5814aaedaca56af33d9ea create_wrksrc=yes build_style=go go_import_path="github.com/docker/docker" @@ -15,8 +15,8 @@ license="Apache-2.0" homepage="https://www.docker.com" distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz https://github.com/moby/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz" -checksum="359e8854d0d51bc884d434f182f64ca62f25fbbe7b9c6a336eb09f212fe8cc9a - ede21e645ff6552b3a508f6186d3f34d267015ec0f96eefecf6d08c03cbd2987" +checksum="061cf8579aa3c813c353c80fa480744e2f6cca2e6392f546bd0942a6a10c7a14 + 05bf95637bae134d12d02bd7a7854cd0c768e6fccb662c2c64523f05b997b204" system_groups="docker" _moby_builddir="moby-$version"