From f31525ec9c60a5f83d9ec2adcf202ff3bf092664 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Mon, 3 Feb 2025 18:12:51 +0000 Subject: [PATCH] mpich: auto updated to 4.3.0-1 --- BioArchLinux/mpich/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/mpich/PKGBUILD b/BioArchLinux/mpich/PKGBUILD index 5e2af28a65..c925a4059e 100644 --- a/BioArchLinux/mpich/PKGBUILD +++ b/BioArchLinux/mpich/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: George Eleftheriou pkgname=mpich -pkgver=4.2.3 -pkgrel=2 +pkgver=4.3.0 +pkgrel=1 pkgdesc="An improved implementation of the Message Passing Interface." url="https://mpich.org" arch=(x86_64) @@ -16,7 +16,7 @@ optdepends=(perl python) install="${pkgname}.install" source=("https://www.mpich.org/static/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz" "mpich.profile") -sha256sums=('7a019180c51d1738ad9c5d8d452314de65e828ee240bcb2d1f80de9a65be88a8' +sha256sums=('5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63' 'b9716439a544511bf88618edeb40c3eb80f1b5d0d9369c30d750251feed02284') options=('!libtool')