diff options
author | rfmae <rfmae.git@mailbox.org> | 2022-04-02 10:15:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:08 +0700 |
commit | db28b07781f3e3d9e6d51765c27029f553e00177 (patch) | |
tree | 0e47f217b8f720458d4dcac26e18913e19938e90 /system | |
parent | f7414e3de259fa1564620f0d4f884e567fb776d1 (diff) |
system/passwordsafe: Updated for version 1.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/passwordsafe/README | 4 | ||||
-rw-r--r-- | system/passwordsafe/passwordsafe.SlackBuild | 2 | ||||
-rw-r--r-- | system/passwordsafe/passwordsafe.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/system/passwordsafe/README b/system/passwordsafe/README index 480b6cce5e51c..ed4afdd044cea 100644 --- a/system/passwordsafe/README +++ b/system/passwordsafe/README @@ -9,4 +9,6 @@ offering one- touch authentication and supporting multiple authentication protocols for all devices and platfroms - with no driver or client software needed. -Optional dependency: ykpers (for yubikey support). +Optional dependencies: + +ykpers (for yubikey support). diff --git a/system/passwordsafe/passwordsafe.SlackBuild b/system/passwordsafe/passwordsafe.SlackBuild index aed40753c0e68..916d9d8ccaa55 100644 --- a/system/passwordsafe/passwordsafe.SlackBuild +++ b/system/passwordsafe/passwordsafe.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=passwordsafe -VERSION=${VERSION:-1.13.0} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/passwordsafe/passwordsafe.info b/system/passwordsafe/passwordsafe.info index 05c4ada13abac..4e1eae189951f 100644 --- a/system/passwordsafe/passwordsafe.info +++ b/system/passwordsafe/passwordsafe.info @@ -1,8 +1,8 @@ PRGNAM="passwordsafe" -VERSION="1.13.0" +VERSION="1.14.0" HOMEPAGE="https://pwsafe.org" -DOWNLOAD="https://github.com/pwsafe/pwsafe/archive/1.13.0/pwsafe-1.13.0.tar.gz" -MD5SUM="f75a4f3646227998f34c6732e2b22404" +DOWNLOAD="https://github.com/pwsafe/pwsafe/archive/1.14.0/pwsafe-1.14.0.tar.gz" +MD5SUM="b1769cbcb6a3d7669681ca36162a28f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="xerces-c wxGTK3 xvkbd" |