diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-31 19:17:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-09 05:33:15 +0700 |
commit | da78de4465eb4c14056807636d6ed2897c76560a (patch) | |
tree | b170317d344bd9f0f3594885c8ba8c277ec3e6a8 /office/keepassxc | |
parent | b6528f6223e259e350d6a74516d5ffed91729a59 (diff) | |
download | slackbuilds-da78de4465eb4c14056807636d6ed2897c76560a.tar.gz |
office/keepassxc: Updated for version 2.4.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'office/keepassxc')
-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 64fe44e0b0..ba7532ef74 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.1} +VERSION=${VERSION:-2.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 941f438bb8..78112082c4 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.4.1" +VERSION="2.4.2" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.4.1/keepassxc-2.4.1-src.tar.xz" -MD5SUM="5ca1a374c3250ad8965cdbd5b2db5962" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.4.2/keepassxc-2.4.2-src.tar.xz" +MD5SUM="b5af703ee097b715548cd13f972d2819" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2 libsodium qrencode qt5" |