summaryrefslogtreecommitdiff
path: root/extra/openmpi
diff options
context:
space:
mode:
Diffstat (limited to 'extra/openmpi')
-rw-r--r--extra/openmpi/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD
index 19446ca67..6edab4b10 100644
--- a/extra/openmpi/PKGBUILD
+++ b/extra/openmpi/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 166149 2012-09-04 22:56:21Z stephane $
+# $Id: PKGBUILD 167415 2012-10-02 00:13:37Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=openmpi
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc="High performance message passing library (MPI)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
makedepends=('inetutils')
options=(!libtool)
source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1ccff71e3775c80c5a553f30104d663e1226baab')
+sha1sums=('694fd3bac911cdb22f77175884d819b6fea871df')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"