summaryrefslogtreecommitdiffstats
path: root/keepassxc/build/keepassxc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc/build/keepassxc.SlackBuild')
-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}