summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-04-17 19:06:50 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-17 19:06:50 +0000
commitf29f0d1c60a824ce9bfd826c51a5635bbf4d97a0 (patch)
tree26d2c9a929021d24fb8ef0fc64f1523a57e1d032
parente4869eaf0e44b0bcd37ce47535fc5fb5d2735ae3 (diff)
downloadasb-f29f0d1c60a824ce9bfd826c51a5635bbf4d97a0.tar.gz
asb-f29f0d1c60a824ce9bfd826c51a5635bbf4d97a0.tar.xz
keepassxc: update to 2.7.1
-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 8a35ae7c..4070bde8 100755
--- a/keepassxc/build/keepassxc.SlackBuild
+++ b/keepassxc/build/keepassxc.SlackBuild
@@ -37,6 +37,8 @@
# * Update.
# 2.7.0-1: 28/mar/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.7.1-1: 17/apr/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 .
@@ -45,7 +47,7 @@
# -----------------------------------------------------------------------------
PRGNAM=keepassxc
-VERSION=${VERSION:-2.7.0}
+VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}