From 39714f9489c3078c61af578232ea46a30d4e19b2 Mon Sep 17 00:00:00 2001 From: dkwo Date: Sat, 4 Feb 2023 11:51:41 -0500 Subject: [PATCH] xrootd: update to 5.5.1 --- srcpkgs/xrootd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xrootd/template b/srcpkgs/xrootd/template index 2bd0b59714c2..3973741d0e3e 100644 --- a/srcpkgs/xrootd/template +++ b/srcpkgs/xrootd/template @@ -1,6 +1,6 @@ # Template file for 'xrootd' pkgname=xrootd -version=5.4.2 +version=5.5.1 revision=1 build_style=cmake makedepends="zlib-devel openssl-devel libuuid-devel readline-devel" @@ -9,7 +9,7 @@ maintainer="Ben Jargowsky " license="LGPL-3.0-or-later" homepage="https://xrootd.slac.stanford.edu" distfiles="http://xrootd.org/download/v${version}/xrootd-${version}.tar.gz" -checksum=d868ba5d8b71ec38f7a113d2d8f3e25bbcedc1bc23d21bba1686ddfdb2b900c1 +checksum=3556d5afcae20ed9a12c89229d515492f6c6f94f829a3d537f5880fcd2fa77e4 if [ "$XBPS_TARGET_LIBC" = musl ]; then configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"