summaryrefslogtreecommitdiffstats
path: root/deps/cryfs
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-09-14 13:08:13 +0200
committer Eric Hameleers <alien@slackware.com>2019-09-14 13:08:13 +0200
commitddfdebbe9bad6eeb4328fd23f657b86bb9fc0fb9 (patch)
treed47302fc02d9e4fdc08a4a21b943c8611bbcf115 /deps/cryfs
parente661683d4ed5c18b3aefdb052ae16b2c08e2148e (diff)
downloadktown-ddfdebbe9bad6eeb4328fd23f657b86bb9fc0fb9.tar.gz
ktown-ddfdebbe9bad6eeb4328fd23f657b86bb9fc0fb9.tar.xz
Deps: updated for the upcoming release
The qt5 and qt5-speech packages have been updated to 5.13.1, PyQt5 was updated to 5.13.0. There's a new official polkit-qt5-1 version too: 0.113.0. The cryfs package was updated to 0.10.2. Tthe phonon layer is now Qt5-only: phonon 4.11.0, phonon-gstreamer 4.10.0, phonon-vlc 0.11.0.
Diffstat (limited to 'deps/cryfs')
-rw-r--r--deps/cryfs/.url2
-rwxr-xr-xdeps/cryfs/cryfs.SlackBuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/deps/cryfs/.url b/deps/cryfs/.url
index 4654f9c..fea16bf 100644
--- a/deps/cryfs/.url
+++ b/deps/cryfs/.url
@@ -1 +1 @@
-https://github.com/cryfs/cryfs/releases/download/0.10.1/cryfs-0.10.1.tar.xz
+https://github.com/cryfs/cryfs/releases/download/0.10.2/cryfs-0.10.2.tar.xz
diff --git a/deps/cryfs/cryfs.SlackBuild b/deps/cryfs/cryfs.SlackBuild
index 352c7df..38f68c6 100755
--- a/deps/cryfs/cryfs.SlackBuild
+++ b/deps/cryfs/cryfs.SlackBuild
@@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cryfs
-VERSION=${VERSION:-0.10.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.10.2}
+BUILD=${BUILD:-1}
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
@@ -81,7 +81,7 @@ cd $TMP
rm -rf $PKGNAM-$VERSION
mkdir $PKGNAM-$VERSION
cd $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
# Fix bogus permissions:
chown -R root:root .