diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-02 09:59:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-02 10:01:28 +0000 |
commit | 6a7def5ca02778efb3fb5f4014444f3b79549e1d (patch) | |
tree | a50a10708420a65697710c24539d01794707a6ba /testing/keepassxc | |
parent | 976e26631a85f339105c218390cd676de3f823e8 (diff) | |
download | aports-6a7def5ca02778efb3fb5f4014444f3b79549e1d.tar.bz2 aports-6a7def5ca02778efb3fb5f4014444f3b79549e1d.tar.xz |
testing/keepassxc: upgrade to 2.3.1 and shorten pkgdesc
Diffstat (limited to 'testing/keepassxc')
-rw-r--r-- | testing/keepassxc/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/keepassxc/APKBUILD b/testing/keepassxc/APKBUILD index 488b9471dd..9257c7d45f 100644 --- a/testing/keepassxc/APKBUILD +++ b/testing/keepassxc/APKBUILD @@ -5,10 +5,9 @@ # Maintainer: Orson Teodoro <orsonteodoro@hotmail.com> pkgname=keepassxc -pkgver=2.2.4 +pkgver=2.3.1 pkgrel=0 -pkgdesc="KeePassXC is a cross-platform community-driven port of the Windows \ -application Keepass Password Safe." +pkgdesc="Community-driven port of the Windows application Keepass Password Safe" url="https://keepassxc.org/" arch="all" license="GPL-3.0 BSD-3-Clause CC0-1.0 LGPL-2.0-only LGPL-2.1-only \ @@ -44,4 +43,4 @@ check() { make test } -sha512sums="f3308138d63b65a8b384a52f4723507be921d7bbf19031724886fcd12266bf2683326f5531c8f665b0e98ff63cd97251694199ef748191e59a5a8cceb3710025 keepassxc-2.2.4.tar.gz" +sha512sums="42f21366bacfac856a7d339c1e2dc6a52e1c5a6b06c5fd5215f69cf26e5d07a956ebf651101e336fe93d13afc136b9bc89b5c97c24e86862bfa351aa30f6b1d1 keepassxc-2.3.1.tar.gz" |