keepassxc: 2.5.3 -> 2.5.4

This commit is contained in:
Tim Biermann 2020-04-11 21:26:45 +00:00
parent cd515e12b3
commit d3b8e4969e
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/OA4iy49qiulbMsjGGidQ4RfNEHd/mREEI/o+aHQ/1FmJLmll5rEjkKhVz0CtDnfwcdFl6B7yCPU7aTedw/KQw=
SHA256 (Pkgfile) = 9a80ea2c35d31a1a5f90642d8204735df875a62b3b4d487214dbe094ab3497c1
RWSagIOpLGJF33wF3Fb4sCOhizuhHyVb6FvQt+o7op4sre9WQieKFl/yrAF1m19TQfgDM9qlD+q4xDGWDzGR7CTDMEk/aaxOQQ0=
SHA256 (Pkgfile) = 6e2352b61a6ba8676d51ca8e6942da0578ce11cff1a69323fce1a7f382078b5d
SHA256 (.footprint) = aa68d6a33b036fca284e637e57c43a172f49230ed5ad0a3133ade5ed4d85ab4e
SHA256 (keepassxc-2.5.3-src.tar.xz) = 0500fbce66ee87dc1c36b24f3ea46bd5a3b0fb366ba50bca8b33f670eb21a6eb
SHA256 (keepassxc-2.5.4-src.tar.xz) = a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a

View File

@ -4,7 +4,7 @@
# Depends on: qt5 qrencode libgcrypt yubico-c yubikey-personalization libgpg-error llvm argon2 libsodium
name=keepassxc
version=2.5.3
version=2.5.4
release=1
source=(https://github.com/keepassxreboot/keepassxc/releases/download/$version/$name-$version-src.tar.xz)
@ -21,5 +21,4 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/keepassxc/{translations,docs}
rm -r $PKG/usr/share/gtk-doc
}