diff options
Diffstat (limited to 'testing/openmpi')
-rw-r--r-- | testing/openmpi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openmpi/APKBUILD b/testing/openmpi/APKBUILD index 9b998157a6..dc8f12948f 100644 --- a/testing/openmpi/APKBUILD +++ b/testing/openmpi/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> pkgname=openmpi -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=0 pkgdesc="Message passing library for high-performance computing" url="https://www.open-mpi.org/" @@ -44,4 +44,4 @@ _dev() { done } -sha512sums="23a43a16683c4b56f96c711fe009d992f3bd4e10cf9ef55091865a5b1aed195cc1de6a87720564f70d3b60a2441966bab39cda8969293aeb118cda10aead3dee openmpi-3.1.0.tar.bz2" +sha512sums="d0e16676727fdc69cbd732be8475ffe2a9142a2b69b41d51d1da30c245d4ad1912c26029a1305d4221781d2b8dfb89edbb84185fefc65b9070727ed85133f117 openmpi-3.1.1.tar.bz2" |