diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-10-01 09:11:33 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-07 07:02:03 +0700 |
commit | 6a1ea94a7fcfd144daa7087304061c399a272324 (patch) | |
tree | 3645f9307c97859876479e80b2be97e3198c204e /office/keepassxc | |
parent | 982b11f460ce013669e2017df35b002d59958250 (diff) |
office/keepassxc: Updated for version 2.2.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'office/keepassxc')
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 4 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index a7a53aebfe9a..3e384f762dc9 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=keepassxc -VERSION=${VERSION:-2.2.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.2.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 0d80c880a75d..ff635153640f 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.2.0" +VERSION="2.2.1" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.2.0/keepassxc-2.2.0.tar.gz" -MD5SUM="e8f6925b7248e6acaa0de797cbb59e6e" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.2.1/keepassxc-2.2.1.tar.gz" +MD5SUM="19d1a5d60b8ffc0d625b71fba9006802" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |