summaryrefslogtreecommitdiffstats
path: root/deps/lmdb
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-09-11 23:04:42 +0200
committer Eric Hameleers <alien@slackware.com>2017-09-11 23:04:42 +0200
commitb34d35ccdc6282b4584693786980c8d6ed6708f8 (patch)
tree4a7f39fbd217700cfdf20977b7c97124c9a95b78 /deps/lmdb
parentfce2e14230d0f3a684386aa45482e854faf8e8df (diff)
downloadktown-b34d35ccdc6282b4584693786980c8d6ed6708f8.tar.gz
ktown-b34d35ccdc6282b4584693786980c8d6ed6708f8.tar.xz
Updated deps for KDE 5_17.09
Diffstat (limited to 'deps/lmdb')
-rw-r--r--deps/lmdb/.url2
-rwxr-xr-xdeps/lmdb/lmdb.SlackBuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/deps/lmdb/.url b/deps/lmdb/.url
index b29e6d0..497028b 100644
--- a/deps/lmdb/.url
+++ b/deps/lmdb/.url
@@ -1 +1 @@
-https://github.com/LMDB/lmdb/archive/LMDB_0.9.17.tar.gz
+https://github.com/LMDB/lmdb/archive/LMDB_0.9.21.tar.gz
diff --git a/deps/lmdb/lmdb.SlackBuild b/deps/lmdb/lmdb.SlackBuild
index 7ae93ae..a729ce4 100755
--- a/deps/lmdb/lmdb.SlackBuild
+++ b/deps/lmdb/lmdb.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2015, 2017 Eric Hameleers, Eindhoven, NL
# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@@ -23,7 +23,7 @@
PKGNAM=lmdb
-VERSION=${VERSION:-0.9.17}
+VERSION=${VERSION:-0.9.21}
BUILD=${BUILD:-1}
CWD=$(pwd)
@@ -68,7 +68,7 @@ rm -rf $PKG
mkdir -p $PKG $TMP
cd $TMP
rm -rf ${PKGNAM}-LMDB_${VERSION}
-tar xvf $CWD/${PKGNAM}-LMDB_${VERSION}.tar.xz || exit 1
+tar xvf $CWD/${PKGNAM}-LMDB_${VERSION}.tar.?z* || exit 1
cd ${PKGNAM}-LMDB_${VERSION} || exit 1
# Fix a x86_64 installation issue: