summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-05-08 16:53:15 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-12 06:58:30 +0700
commit548459c052e0afbe936da2b1364bfe5fd29aefd5 (patch)
treeca73d1a93ccfae46f4a1e8cdddf93b2b45f97360 /office
parent6ab432ea4608e1e5b6b8861e6ddd9a7200533691 (diff)
downloadslackbuilds-548459c052e0afbe936da2b1364bfe5fd29aefd5.tar.gz
slackbuilds-548459c052e0afbe936da2b1364bfe5fd29aefd5.tar.xz
office/keepassxc: Updated for version 2.3.3.
Diffstat (limited to 'office')
-rw-r--r--office/keepassxc/keepassxc.SlackBuild8
-rw-r--r--office/keepassxc/keepassxc.info6
2 files changed, 8 insertions, 6 deletions
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 <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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"