From 99e36eea4e81671bcf832f1ac46a9bd6780aff95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pinto?= Date: Sat, 21 Sep 2024 12:42:24 +0100 Subject: [PATCH] socat: update to 1.8.0.1 --- srcpkgs/socat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template index d3ca9e3fb6b..36eae14bd2d 100644 --- a/srcpkgs/socat/template +++ b/srcpkgs/socat/template @@ -1,6 +1,6 @@ # Template file for 'socat' pkgname=socat -version=1.8.0.0 +version=1.8.0.1 revision=1 build_style=gnu-configure configure_args="--disable-libwrap --enable-fips @@ -12,7 +12,7 @@ license="GPL-2.0-only" homepage="http://www.dest-unreach.org/socat/" changelog="http://www.dest-unreach.org/socat/CHANGES" distfiles="http://www.dest-unreach.org/socat/download/socat-${version}.tar.bz2" -checksum=e1de683dd22ee0e3a6c6bbff269abe18ab0c9d7eb650204f125155b9005faca7 +checksum=6a283565db7cf86292c6f70504c58abb03e29888adeed5a6c5f3457e803c1b81 case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-D_LINUX_IF_ETHER_H"