summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6a75b6b1ec6..8c0b157201be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=dapl
-pkgver=2.1.5
+pkgver=2.1.7
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=('8a7735bfe24dd7c446aec38db3577728')
+md5sums=('c25f1c3f99fd7cf9de7c69f664cda492')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"