summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-16 19:20:58 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-16 19:20:58 +0000
commitd4a3fe4118567a1b245c9c4bf32f32b2454b2113 (patch)
tree6f7a28f7531205c9600d8230ad86fa6aca27391b
parentd5a32bd4f1c8f31868ca6362408d78c9f258fa06 (diff)
downloadasb-d4a3fe4118567a1b245c9c4bf32f32b2454b2113.tar.gz
asb-d4a3fe4118567a1b245c9c4bf32f32b2454b2113.tar.xz
keepassxc: updated to 2.7.6
-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 b0630b63..f87a9f93 100755
--- a/keepassxc/build/keepassxc.SlackBuild
+++ b/keepassxc/build/keepassxc.SlackBuild
@@ -45,6 +45,8 @@
# * Update.
# 2.7.5-1: 15/may/2023 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.7.6-1: 16/aug/2023 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 .
@@ -53,7 +55,7 @@
# -----------------------------------------------------------------------------
PRGNAM=keepassxc
-VERSION=${VERSION:-2.7.5}
+VERSION=${VERSION:-2.7.6}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}