summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-24 11:23:55 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-24 11:23:55 +0000
commit6c2bf6a3778e3cd0223a47148ae73531bac673d1 (patch)
treefa1b604fc39417219bf590e38d2af75f8179778b
parentc82c725687692d28637c95dfbfba4b13231bb4c5 (diff)
downloadasb-6c2bf6a3778e3cd0223a47148ae73531bac673d1.tar.gz
asb-6c2bf6a3778e3cd0223a47148ae73531bac673d1.tar.xz
keepassxc: update to 2.7.3
-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 4070bde8..9d559359 100755
--- a/keepassxc/build/keepassxc.SlackBuild
+++ b/keepassxc/build/keepassxc.SlackBuild
@@ -39,6 +39,8 @@
# * Update.
# 2.7.1-1: 17/apr/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.7.3-1: 24/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 .
@@ -47,7 +49,7 @@
# -----------------------------------------------------------------------------
PRGNAM=keepassxc
-VERSION=${VERSION:-2.7.1}
+VERSION=${VERSION:-2.7.3}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}