From ddfdebbe9bad6eeb4328fd23f657b86bb9fc0fb9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 14 Sep 2019 13:08:13 +0200 Subject: 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. --- deps/cryfs/.url | 2 +- deps/cryfs/cryfs.SlackBuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/cryfs') 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 . -- cgit v1.2.3