summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-31 13:55:23 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-31 13:55:23 +0000
commitbbd1a47851cd91e661e911171132785ba55c6827 (patch)
treeb8899d7d88bf3c98d1073ad7d0826b0e542189c5
parentac7257e0434e968683d1deaaff0809b7eb01d29e (diff)
downloadasb-bbd1a47851cd91e661e911171132785ba55c6827.tar.gz
asb-bbd1a47851cd91e661e911171132785ba55c6827.tar.xz
keepassxc: update to 2.7.4
-rwxr-xr-xkeepassxc/build/keepassxc.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/keepassxc/build/keepassxc.SlackBuild b/keepassxc/build/keepassxc.SlackBuild
index 9d559359..4363dc5c 100755
--- a/keepassxc/build/keepassxc.SlackBuild
+++ b/keepassxc/build/keepassxc.SlackBuild
@@ -41,6 +41,8 @@
# * Update.
# 2.7.3-1: 24/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.7.4-1: 31/oct/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh keepassxc.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -49,7 +51,7 @@
# -----------------------------------------------------------------------------
PRGNAM=keepassxc
-VERSION=${VERSION:-2.7.3}
+VERSION=${VERSION:-2.7.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}