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 AD1DC5C62A9 for ; Tue, 14 Aug 2018 23:03:11 +0000 (GMT) Received: from skarnet.org (89-156-236-136.rev.numericable.fr [89.156.236.136]) by smtp6.tech.numericable.fr (Postfix) with SMTP id AC39318259F for ; Wed, 15 Aug 2018 01:03:10 +0200 (CEST) Received: (qmail 18419 invoked from network); 15 Aug 2018 01:03:37 +0200 Received: from alpine.internal.skarnet.org. (HELO alpine.internal.skarnet.org) () by sinay.internal.skarnet.org. with SMTP; 15 Aug 2018 01:03:37 +0200 From: Laurent Bercot To: alpine-aports@lists.alpinelinux.org Cc: Laurent Bercot Subject: [alpine-aports] [PATCH 7/9] main/s6-linux-utils: upgrade to 2.5.0.0 Date: Wed, 15 Aug 2018 01:01:39 +0200 Message-Id: <20180814230141.3239-7-ska-devel@skarnet.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180814230141.3239-1-ska-devel@skarnet.org> References: <20180814230141.3239-1-ska-devel@skarnet.org> X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtjedrudeigddujecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfpfgfogfftkfevteeunffgpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfsedttdertdertddtnecuhfhrohhmpefnrghurhgvnhhtuceuvghrtghothcuoehskhgrqdguvghvvghlsehskhgrrhhnvghtrdhorhhgqeenucffohhmrghinhepshhkrghrnhgvthdrohhrghenucfrrghrrghmpehmohguvgepshhmthhpohhuthenucevlhhushhtvghrufhiiigvpedt X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/s6-linux-utils/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/s6-linux-utils/APKBUILD b/main/s6-linux-utils/APKBUILD index ca64c37152..2e519c7813 100644 --- a/main/s6-linux-utils/APKBUILD +++ b/main/s6-linux-utils/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Laurent Bercot # Contributor: Christian Kampka pkgname=s6-linux-utils -pkgver=2.4.0.2 +pkgver=2.5.0.0 pkgrel=0 pkgdesc="A set of tiny Linux-specific utilities optimized for simplicity and small size." url="http://skarnet.org/software/$pkgname/" @@ -35,4 +35,4 @@ doc() { cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname" } -sha512sums="4b0c8f1b65b8eb47f3aa7aa365d20dcd46fc144e166f78825ee53aeb789e009b2716a826efa1e92e86e8fe86421efc6ae07970ce421c6913f0b1db679eb6117e s6-linux-utils-2.4.0.2.tar.gz" +sha512sums="0433fd7863135629d2ab849db34c77f0cbc146f7a84833fcb9263d49ed8366f370f0513bb055990e40a17dff69a1b83a741b1bac2fc8d159d866b45a6b81bdc9 s6-linux-utils-2.5.0.0.tar.gz" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---