keepassxc: bump revision (#5099)

* keepassxc: bump revision
This commit is contained in:
Panagiotis Vasilopoulos
2020-06-13 08:47:51 +03:00
committed by GitHub
parent c3513710d6
commit 352caf2047

View File

@@ -28,7 +28,7 @@ COPYRIGHT="
2016-2018, KeePassXC Team
"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/keepassxreboot/keepassxc/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="3610eccb06b04f901d5f5fbdbc4bd474d56a8e35f23c4a7873a844e44ba762b4"
PATCHES="keepassxc-$portVersion.patchset"
@@ -134,5 +134,5 @@ INSTALL()
TEST()
{
cd build
make test
make test
}