From 548459c052e0afbe936da2b1364bfe5fd29aefd5 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 8 May 2018 16:53:15 -0700 Subject: office/keepassxc: Updated for version 2.3.3. --- office/keepassxc/keepassxc.SlackBuild | 8 +++++--- office/keepassxc/keepassxc.info | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'office/keepassxc') diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index d3b081c621..4e49fb5b15 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for KeePassXC -# Copyright 2017 Benjamin Trigona-Harany +# Copyright 2017-2018 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=keepassxc -VERSION=${VERSION:-2.3.1} +VERSION=${VERSION:-2.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,7 +94,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + CHANGELOG COPYING README.md \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index c900cfe81f..89f467760d 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.3.1" +VERSION="2.3.3" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.3.1/keepassxc-2.3.1-src.tar.xz" -MD5SUM="639ed150436d09eee17af6b86fd33f2c" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.3.3/keepassxc-2.3.3-src.tar.xz" +MD5SUM="87872cbe11867c8526b366e19648b8fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2 libsodium qt5" -- cgit v1.2.3