diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-03-06 15:15:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:11:07 +0700 |
commit | 732e33745bc5cf8c4195341dd1cfd930de98b712 (patch) | |
tree | 2fe039f3218c26fa04d55c0c44ed00d81fca8386 /office/keepassxc | |
parent | fbebaa7ab56192fb8f0a99210058d4b14f3b6d12 (diff) | |
download | slackbuilds-732e33745bc5cf8c4195341dd1cfd930de98b712.tar.gz |
office/keepassxc: Updated for version 2.3.1.
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 1e042075ff..d3b081c621 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.3.0} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index f11989a426..c900cfe81f 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.3.0" +VERSION="2.3.1" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.3.0/keepassxc-2.3.0-src.tar.xz" -MD5SUM="127490ae7e4b3f49426619ec6f902bb6" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.3.1/keepassxc-2.3.1-src.tar.xz" +MD5SUM="639ed150436d09eee17af6b86fd33f2c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2 libsodium qt5" |