diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-06-11 21:53:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-15 08:12:45 +0700 |
commit | e0f9a7c48345f47814cf32bc5a17f54663f41238 (patch) | |
tree | d8c277968c7b7f5ec25358cbdab6081336eced5e /office | |
parent | 93a3483926e7a5789c04afd5484862dde9ea1509 (diff) | |
download | slackbuilds-e0f9a7c48345f47814cf32bc5a17f54663f41238.tar.gz |
office/keepassxc: Updated for version 2.4.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'office')
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 2 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index ba7532ef74..72bc41f200 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=keepassxc -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 78112082c4..110ed912e5 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.4.2" +VERSION="2.4.3" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.4.2/keepassxc-2.4.2-src.tar.xz" -MD5SUM="b5af703ee097b715548cd13f972d2819" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.4.3/keepassxc-2.4.3-src.tar.xz" +MD5SUM="ed2cc2adc2003fe9c3cb39ed032b5392" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2 libsodium qrencode qt5" |