summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}