From a215edc2129bdf03dc0fe96c933be9bfc90a3dd1 Mon Sep 17 00:00:00 2001 From: Ben Jargowsky Date: Wed, 7 Feb 2024 18:39:38 -0600 Subject: [PATCH] xrootd: update to 5.6.7 --- srcpkgs/xrootd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xrootd/template b/srcpkgs/xrootd/template index f04d092f754..34fdc081ae3 100644 --- a/srcpkgs/xrootd/template +++ b/srcpkgs/xrootd/template @@ -1,6 +1,6 @@ # Template file for 'xrootd' pkgname=xrootd -version=5.6.6 +version=5.6.7 revision=1 build_style=cmake configure_args="-DENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release" @@ -13,7 +13,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=b265a75be750472561df9ff321dd0b2102bd64ca19451d312799f501edc597ba +checksum=4089ce3a69fcf6566d320ef1f4a73a1d6332e6835b7566e17548569bdea78a8d if [ "$XBPS_TARGET_LIBC" = musl ]; then configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"