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 D4C475C5DDD for ; Mon, 2 Apr 2018 21:09:21 +0000 (GMT) Received: from skarnet.org (ip-182.net-82-216-21.versailles2.rev.numericable.fr [82.216.21.182]) by smtp1.tech.numericable.fr (Postfix) with SMTP id A042E146099 for ; Mon, 2 Apr 2018 23:09:20 +0200 (CEST) Received: (qmail 19147 invoked from network); 2 Apr 2018 23:09:47 +0200 Received: from alpine.internal.skarnet.org. (HELO alpine.internal.skarnet.org) () by sinay.internal.skarnet.org. with SMTP; 2 Apr 2018 23:09:47 +0200 From: Laurent Bercot To: alpine-aports@lists.alpinelinux.org Cc: Laurent Bercot Subject: [alpine-aports] [PATCH 4/5] main/s6-linux-init: upgrade to 0.4.0.0 Date: Mon, 2 Apr 2018 23:09:12 +0200 Message-Id: <20180402210913.57369-4-ska-devel@skarnet.org> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20180402210913.57369-1-ska-devel@skarnet.org> References: <20180402210913.57369-1-ska-devel@skarnet.org> X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtgedrgedtgdduheelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecupfgfoffgtffkveetuefngfdpqfgfvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhestddtredtredttdenucfhrhhomhepnfgruhhrvghnthcuuegvrhgtohhtuceoshhkrgdquggvvhgvlhesshhkrghrnhgvthdrohhrgheqnecuffhomhgrihhnpehskhgrrhhnvghtrdhorhhgnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtnecuvehluhhsthgvrhfuihiivgeptd X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/s6-linux-init/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/s6-linux-init/APKBUILD b/main/s6-linux-init/APKBUILD index c19891e2fe..d815d9fb27 100644 --- a/main/s6-linux-init/APKBUILD +++ b/main/s6-linux-init/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Laurent Bercot # Contributor: Laurent Bercot pkgname=s6-linux-init -pkgver=0.3.1.0 +pkgver=0.4.0.0 pkgrel=0 pkgdesc="A set of tools to create and run an s6-based init system." url="http://skarnet.org/software/$pkgname/" @@ -35,4 +35,4 @@ doc() { cp -a "$builddir"/doc "$subpkgdir"/usr/share/doc/$pkgname } -sha512sums="f9c9b35daf8c7322c2146fb14f4df61131fafb6144a71666cfb77f5684e0669abee9689b238d1d1adfea04795a8cd1e88e61920b6c42432cb8a53c0861b776d8 s6-linux-init-0.3.1.0.tar.gz" +sha512sums="5b53d3afad28b476d366d649f9989de79adaaa3b7d255323bb121a6f8e6fef051306cd6368ddcc3745b6472bf4ac2ccb7f4088f6addeb6d52ebc40e703dcbb44 s6-linux-init-0.4.0.0.tar.gz" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---