From cabd4fa1f0f9e0e314dc4fc953a08a6cb83a51c2 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 2 Apr 2023 05:54:06 +0900 Subject: [PATCH] moby: update to 23.0.2. --- srcpkgs/moby/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template index ad5638df118..a0a65c4da98 100644 --- a/srcpkgs/moby/template +++ b/srcpkgs/moby/template @@ -1,7 +1,7 @@ # Template file for 'moby' # should be kept in sync with docker-cli pkgname=moby -version=23.0.1 +version=23.0.2 revision=1 # libnetwork commit is mentioned in vendor.conf _libnetwork_commit=05b93e0d3a95952f70c113b0bc5bdb538d7afdd7 @@ -12,13 +12,13 @@ hostmakedepends="pkg-config" makedepends="libbtrfs-devel device-mapper-devel libseccomp-devel" depends="containerd iptables xz" short_desc="Container engine for the Docker ecosystem" -maintainer="PWA COLLECTIVE " +maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://www.docker.com" changelog="https://github.com/moby/moby/releases" 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="c8e6c0ac5f0c772023e3430f80190e0f86644b6d94cac63118b03561385f7b56 +checksum="4caca59c774445a5aad6114d89c97c88d9705f048704fecdd3f5712cb369dc39 5c5e3aa7599e85036438a65016796aa11df4afb44d13b5927dcfb0ec5947a86b" system_groups="docker"