X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp1.tech.numericable.fr (smtp1.tech.numericable.fr [82.216.111.37]) by lists.alpinelinux.org (Postfix) with ESMTP id 9464A5C624A 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 smtp1.tech.numericable.fr (Postfix) with SMTP id 9AEFE144D02 for ; Wed, 15 Aug 2018 01:03:10 +0200 (CEST) Received: (qmail 18391 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 3/9] main/s6: upgrade to 2.7.2.0 Date: Wed, 15 Aug 2018 01:01:35 +0200 Message-Id: <20180814230141.3239-3-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/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/s6/APKBUILD b/main/s6/APKBUILD index 9ddbb6affc..cf5a9e3db7 100644 --- a/main/s6/APKBUILD +++ b/main/s6/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Laurent Bercot # Contributor: John Regan pkgname=s6 -pkgver=2.7.1.1 -pkgrel=1 +pkgver=2.7.2.0 +pkgrel=0 pkgdesc="skarnet.org's small & secure supervision software suite." url="https://skarnet.org/software/$pkgname/" arch="all" license="ISC" makedepends="skalibs-dev execline-dev" options="!check" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dev $pkgname-doc $pkgname-openrc" source="https://skarnet.org/software/$pkgname/$pkgname-$pkgver.tar.gz s6-svscanboot s6.initd" builddir="$srcdir/$pkgname-$pkgver" install="s6.pre-install s6.pre-upgrade" @@ -43,6 +43,6 @@ doc() { cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname" } -sha512sums="59b0a611eaa0bbdeae3133a182e933e14806151d3b8d44c7f4258a63693cf2fa487fce91a4ea37527ed0f52f211a5391b3fcf6202773b0a80d6ce7f3de60ff79 s6-2.7.1.1.tar.gz +sha512sums="0ab98c44324054effa0754efd117b3126a53fac7096979aacffd7d86128c5cb1f714205e30ca4e561ca3740646d1f36eb53b9e30d139d7ce4dc1b8cfb3e33123 s6-2.7.2.0.tar.gz 871ca1f86b354b7c63ce1d3bef8794627e176f993144ed67a17d0a069f5ac2164d94aba980711f61ad349dcd4fe2bf928195f2121a75e611c9897d73f1af12a0 s6-svscanboot e7f4fcdc04fc7f72df4419018d048e14f80d50d01ebc284b6d208d6bada3201ca91be0a110930618a26fb0e6bcc1603de01467f6f1dc635c8dcae60f1a0b1b9b s6.initd" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---