From 19f1bb511d975826fddee247a5fffea2ea9c919d Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 9 Oct 2019 22:34:51 +0200 Subject: [PATCH] papi: update to 5.7.0. --- srcpkgs/papi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/papi/template b/srcpkgs/papi/template index 297c00f683e..8bb1a757ebf 100644 --- a/srcpkgs/papi/template +++ b/srcpkgs/papi/template @@ -1,16 +1,16 @@ # Template file for 'papi' pkgname=papi -version=5.6.0 +version=5.7.0 revision=1 wrksrc="papi-${version}" build_wrksrc="src" build_style=gnu-configure short_desc="Provides interface for use of performance counter hardware" maintainer="johannes " -license="BSD" +license="BSD-3-Clause" homepage="http://icl.cs.utk.edu/papi/" distfiles="http://icl.utk.edu/projects/papi/downloads/papi-${version}.tar.gz" -checksum=49b7293f9ca2d74d6d80bd06b5c4be303663123267b4ac0884cbcae4c914dc47 +checksum=d1a3bb848e292c805bc9f29e09c27870e2ff4cda6c2fba3b7da8b4bba6547589 if [ -n "$CROSS_BUILD" ]; then _ARCH="${XBPS_TARGET_MACHINE%-musl}"