X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp6.tech.numericable.fr (smtp6.tech.numericable.fr [82.216.111.42]) by lists.alpinelinux.org (Postfix) with ESMTP id BA426F84E06 for ; Mon, 4 Mar 2019 13:51:35 +0000 (UTC) Received: from skarnet.org (140.156.124.78.rev.sfr.net [78.124.156.140]) by smtp6.tech.numericable.fr (Postfix) with SMTP id 474481828C1 for ; Mon, 4 Mar 2019 14:51:34 +0100 (CET) Received: (qmail 20186 invoked from network); 4 Mar 2019 14:52:00 +0100 Received: from alpine.internal.skarnet.org. (HELO alpine.internal.skarnet.org) () by sinay.internal.skarnet.org. with SMTP; 4 Mar 2019 14:52:00 +0100 From: Laurent Bercot To: alpine-aports@lists.alpinelinux.org Cc: Laurent Bercot Subject: [alpine-aports] [PATCH 10/10] testing/utmps: upgrade to 0.0.2.1 Date: Mon, 4 Mar 2019 14:50:22 +0100 Message-Id: <20190304135022.116516-10-ska-devel@skarnet.org> X-Mailer: git-send-email 2.18.1 In-Reply-To: <20190304135022.116516-1-ska-devel@skarnet.org> References: <20190304135022.116516-1-ska-devel@skarnet.org> X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedutddrfedugdehhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfpfgfogfftkfevteeunffgpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfsedttdertdertddtnecuhfhrohhmpefnrghurhgvnhhtuceuvghrtghothcuoehskhgrqdguvghvvghlsehskhgrrhhnvghtrdhorhhgqeenucffohhmrghinhepshhkrghrnhgvthdrohhrghenucfrrghrrghmpehmohguvgepshhmthhpohhuthenucevlhhushhtvghrufhiiigvpedt X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/utmps/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/utmps/APKBUILD b/testing/utmps/APKBUILD index 2491746baf..fe3b32fefa 100644 --- a/testing/utmps/APKBUILD +++ b/testing/utmps/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Laurent Bercot # Contributor: Laurent Bercot pkgname=utmps -pkgver=0.0.1.3 +pkgver=0.0.2.1 pkgrel=0 pkgdesc="A secure utmp/wtmp implementation" url="https://skarnet.org/software/$pkgname/" @@ -57,7 +57,7 @@ doc() { cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname" } -sha512sums="ec6135e56858f4bb81ca8c5015e605bc1ecc809ef10565207335a86ccee250683fde7c1df999649b6055ef2df900a70cd3d2f9f1066e066c6871a0cfe2785824 utmps-0.0.1.3.tar.gz +sha512sums="e0ead9dc4085ce778f22831eec0f79ad251c6f5cb83afa6e52a9ab47a4a0037695e70c2ff0624da8b406a8e3c79f0c8653600bc541fad90c4e21d241c53c27aa utmps-0.0.2.1.tar.gz 437d0c52ef1ecd23775990225647c2a6ca53691fb5688ffa866a0e6db177a08fe465f2e683e8b98ba668d8ddcd4ffa0fe3939f23ded276f4ca7acaa2553b10e6 utmps.initd 0ec30284c64c6ea9f25142c5f4a643bd48b137fe85781b650104f5137ffa4dfc35ca7be3e41e3acd3403ebe1d8c5378073afa4e2f3607d3d794fcd9f98ed51c4 utmpd.run cba4f2ec3b8f5becf3ae57eecf584745d783046ee6cf5d116322421ad5ffd074d2955da22d31d2b5b1d05f906378aae92f221d2ac95ac21b54a361fbdc0566e7 wtmpd.run" -- 2.18.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---