From ffc8d73cc51283014a1732a17c019d7e42e2865a Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Sun, 4 Jul 2021 19:09:03 +0200 Subject: [PATCH] qolibri: update to 2.1.4 --- srcpkgs/qolibri/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qolibri/template b/srcpkgs/qolibri/template index 500b53ec5ce5..dd7a32b792aa 100644 --- a/srcpkgs/qolibri/template +++ b/srcpkgs/qolibri/template @@ -1,6 +1,6 @@ # Template file for 'qolibri' pkgname=qolibri -version=2.1.3 +version=2.1.4 revision=1 wrksrc="${pkgname}-${version}" build_style=cmake @@ -13,7 +13,7 @@ maintainer="Matthias von Faber " license="GPL-2.0-or-later" homepage="https://github.com/ludios/qolibri" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=6954b9e86cbc70026361927b22bc9b0bd58a188646e35c4da68f99790790367e +checksum=0163f19f80915879c5c276f48507aedfe5c186be3c57f965db5d68a9a7157150 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"