diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 14:46:55 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 15:08:08 +0100 |
commit | 16bcf53f681f76421e71aa942ad03a7bed03223d (patch) | |
tree | cb7139fd9dd4ce8d89ca41f96e2500dafd7da8ac /community | |
parent | 33685bc1eaf2ed71f6365e57e454875ba9002d5b (diff) | |
download | aports-16bcf53f681f76421e71aa942ad03a7bed03223d.tar.bz2 aports-16bcf53f681f76421e71aa942ad03a7bed03223d.tar.xz |
community/keepassxc: upgrade to 2.5.1
Diffstat (limited to 'community')
-rw-r--r-- | community/keepassxc/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/keepassxc/APKBUILD b/community/keepassxc/APKBUILD index 675276e686..d5230a9c55 100644 --- a/community/keepassxc/APKBUILD +++ b/community/keepassxc/APKBUILD @@ -4,8 +4,8 @@ # Contributor: Max Rees <maxcrees@me.com> # Maintainer: Orson Teodoro <orsonteodoro@hotmail.com> pkgname=keepassxc -pkgver=2.5.0 -pkgrel=1 +pkgver=2.5.1 +pkgrel=0 pkgdesc="Community-driven port of the Windows application Keepass Password Safe" url="https://keepassxc.org/" arch="all" @@ -45,4 +45,4 @@ check() { make test } -sha512sums="45f76491892ee5377eb803079ee6db2987d66e569c8c53ebc706cb51a4b8f37675801df484f03d486803de2675a3a46bed5d2b211ff7be0b83daf9c2f8607d00 keepassxc-2.5.0-src.tar.xz" +sha512sums="5500a0e697758e7616754d1b612ad7a64485d9efa1aeb0c3714060db50ffd39ea0aaa0c42d86d17044b834f32e99172ea94bc2485d396a381c8e9212d8be8b37 keepassxc-2.5.1-src.tar.xz" |