summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-05-15 15:44:23 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-15 15:44:23 +0000
commit6c451293524c0150d200456e6517d6ef16de140f (patch)
tree8dd9fb49faf6eaab4ccb8a4241897f37dc2c42cc
parentb1a8487d7461eec5ee5bde35b699bc6f58e8ae39 (diff)
downloadasb-6c451293524c0150d200456e6517d6ef16de140f.tar.gz
asb-6c451293524c0150d200456e6517d6ef16de140f.tar.xz
keepassxc: updated to 2.7.5
-rwxr-xr-xkeepassxc/build/keepassxc.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/keepassxc/build/keepassxc.SlackBuild b/keepassxc/build/keepassxc.SlackBuild
index 4363dc5c..b0630b63 100755
--- a/keepassxc/build/keepassxc.SlackBuild
+++ b/keepassxc/build/keepassxc.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2021, 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2021, 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -43,6 +43,8 @@
# * Update.
# 2.7.4-1: 31/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.7.5-1: 15/may/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 .
@@ -51,7 +53,7 @@
# -----------------------------------------------------------------------------
PRGNAM=keepassxc
-VERSION=${VERSION:-2.7.4}
+VERSION=${VERSION:-2.7.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}