From 7e86044d4446cb3e09c12a7188a68baa9644b514 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 1 Feb 2021 00:44:20 +0200 Subject: [PATCH] s6: update to 2.10.0.1. --- srcpkgs/s6/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template index da6adbf901..1dd9bd9c98 100644 --- a/srcpkgs/s6/template +++ b/srcpkgs/s6/template @@ -1,7 +1,7 @@ # Template file for 's6' pkgname=s6 -version=2.9.2.0 -revision=2 +version=2.10.0.1 +revision=1 build_style=configure configure_args="--libdir=/usr/lib --bindir=/usr/bin --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps @@ -14,7 +14,7 @@ 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=363db72af8fffba764b775c872b0749d052805b893b07888168f59a841e9dddd +checksum=d0026f0fb4790febbd45f66bdcded54fab4a27ac2f579c075267a21154a0d1f5 case "$XBPS_TARGET_MACHINE" in *-musl) @@ -31,7 +31,7 @@ post_install() { s6-doc_package() { short_desc="Documentation for s6" - depends="${sourcepkg}>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision} s6-man-pages" pkg_install() { vmove usr/share/doc }