From 44197e297ac535cab5f87a6063f720f4b0bf18f8 Mon Sep 17 00:00:00 2001 From: Komeil Parseh Date: Mon, 28 Jul 2025 21:29:46 +0330 Subject: [PATCH] s6-networking: update to 2.7.1.0. --- srcpkgs/s6-networking/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template index 133dc65c569..243fe9dba05 100644 --- a/srcpkgs/s6-networking/template +++ b/srcpkgs/s6-networking/template @@ -1,6 +1,6 @@ # Template file for 's6-networking' pkgname=s6-networking -version=2.5.1.3 +version=2.7.1.0 revision=1 build_style=configure configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls) @@ -11,12 +11,12 @@ configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls) makedepends="execline-devel $(vopt_if libtls libtls-devel) skalibs-devel s6-devel s6-dns-devel $(vopt_if bearssl bearssl-devel)" short_desc="Suite of small network utilities for Unix systems" -maintainer="Orphaned " +maintainer="Komeil Parseh " license="ISC" homepage="https://skarnet.org/software/s6-networking" changelog="https://skarnet.org/software/s6-networking/upgrade.html" -distfiles="${homepage}/${pkgname}-${version}.tar.gz" -checksum=a09e43c959ff9e0caa8ff4002608e73c0f57f87f04a8d9c24e6c9afefe45e977 +distfiles="https://skarnet.org/software/s6-networking/s6-networking-${version}.tar.gz" +checksum=a7b33497e72921a59d4c1fc67ce5cc74bd065e09105bf1a79f1fc73cf9a06592 build_options="bearssl libtls static" build_options_default="bearssl"