From 1212ea07f7ef4c02874c27ccb1cb59605f68e2ce Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 23 Sep 2019 14:23:12 +0200 Subject: [PATCH] s6: update to 2.9.0.0. --- srcpkgs/s6/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template index 0a086d9a3f..c4d8b66a28 100644 --- a/srcpkgs/s6/template +++ b/srcpkgs/s6/template @@ -1,6 +1,6 @@ # Template file for 's6' pkgname=s6 -version=2.8.0.1 +version=2.9.0.0 revision=1 build_style=configure makedepends="execline-devel skalibs-devel" @@ -9,12 +9,12 @@ configure_args="--libdir=/usr/lib --bindir=/usr/bin --with-lib=${XBPS_CROSS_BASE}/usr/lib --exec-prefix=/usr" short_desc="Small suite of programs for UNIX, designed to allow process supervision" -maintainer="Orphaned " +maintainer="Duncaen " license="ISC" homepage="http://skarnet.org/software/s6/" changelog="https://skarnet.org/software/s6/upgrade.html" distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz" -checksum=dbe08f5b76c15fa32a090779b88fb2de9a9a107c3ac8ce488931dd39aa1c31d8 +checksum=1cac59bf9ff7c011b189ae2def3c76b147c2c431b0a901029fcaf957a6d9a343 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;;