diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-26 21:32:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:14 +0700 |
commit | d88e47c2193bfd63badcaeb7738653afb8c127bb (patch) | |
tree | 266a88da083022a02cdc8a3b4347f35e3b21fa9d /office | |
parent | a1051f075920bbea4c84e463824a5a3afc3aaedf (diff) | |
download | slackbuilds-d88e47c2193bfd63badcaeb7738653afb8c127bb.tar.gz |
office/keepassxc: Updated for version 2.6.2.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 a77d39e0c0..0662df8527 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.6.1} +VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 56436723bc..c2ce891393 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.6.1" +VERSION="2.6.2" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.6.1/keepassxc-2.6.1-src.tar.xz" -MD5SUM="9089b93bacb23d4ad8c3c7846ab703a3" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.6.2/keepassxc-2.6.2-src.tar.xz" +MD5SUM="37082b2b020c9e99640247667e943691" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2 libsodium qrencode qt5" |