From 946fa66430ef995ce6f534583a890257912beac5 Mon Sep 17 00:00:00 2001 From: Rafal Date: Tue, 19 Nov 2024 15:03:00 +0100 Subject: [PATCH] parsec: update to 4.0.2411 --- mingw-w64-parsec/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-parsec/PKGBUILD b/mingw-w64-parsec/PKGBUILD index 738607d051aa9..f608062dc140e 100644 --- a/mingw-w64-parsec/PKGBUILD +++ b/mingw-w64-parsec/PKGBUILD @@ -3,7 +3,7 @@ _realname=parsec pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=3.0.2209 +pkgver=4.0.2411 pkgrel=1 pkgdesc='PaRSEC: Parallel Runtime Scheduling and Execution Controller (mingw-w64)' arch=('any') @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-hwloc" license=('custom') url='https://icl.utk.edu/parsec/' source=("https://github.com/ICLDisco/parsec/archive/refs/tags/parsec-${pkgver}.tar.gz") -sha256sums=('67d383d076991484cb2a265f56420abdea7cc1f329c63ac65a3e96fbfb6cc295') +sha256sums=('SKIP') prepare() { cd ${srcdir}