From 352caf20478df95ce74e379707b160424ba77283 Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Sat, 13 Jun 2020 08:47:51 +0300 Subject: [PATCH] keepassxc: bump revision (#5099) * keepassxc: bump revision --- app-admin/keepassxc/keepassxc-2.3.4.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/keepassxc/keepassxc-2.3.4.recipe b/app-admin/keepassxc/keepassxc-2.3.4.recipe index 1d7c1fa43..cbc5dfdd1 100644 --- a/app-admin/keepassxc/keepassxc-2.3.4.recipe +++ b/app-admin/keepassxc/keepassxc-2.3.4.recipe @@ -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 }