summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2017-02-15 00:22:19 -0500
committerJames P. Harvey2017-02-15 00:22:19 -0500
commit56dfa17df0ac32c99dd73a19480d3c2c9aa86cd4 (patch)
tree52a7e3e68c9c2225b6147ef4e7aa28d1d303effb /PKGBUILD
parent2854e3fc56f293b18d67566d04ca209a9bcb9534 (diff)
downloadaur-56dfa17df0ac32c99dd73a19480d3c2c9aa86cd4.tar.gz
Upstream released 2.1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0eeb3aafdad..17d9b2c7ea7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=dapl
-pkgver=2.1.9
+pkgver=2.1.10
pkgrel=1
pkgdesc='OpenFabrics Alliance direct access transport libraries for InfiniBand'
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ url='https://www.openfabrics.org/downloads/dapl/README.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('librdmacm')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('800359e1a9508a2b3005327de654fcc6')
+md5sums=('50df18f8011a37da88f4886514b9dd96')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"