From 641e6308898cb2d2fa683fd1017981624bf8f1ae Mon Sep 17 00:00:00 2001 From: Ulf Date: Mon, 15 Mar 2021 08:55:01 +0000 Subject: [PATCH] qsynth: update to 0.9.2. --- srcpkgs/qsynth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index 2e703d7a2996..8873baf43ced 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,6 +1,6 @@ # Template file for 'qsynth' pkgname=qsynth -version=0.9.1 +version=0.9.2 revision=1 build_style=gnu-configure build_helper=qmake @@ -12,7 +12,7 @@ maintainer="Ulf " license="GPL-2.0-or-later" homepage="http://qsynth.sourceforge.io" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=54d708e5039569c1c1708ea9b04be19bbf9c393a70af6a4c5579a4ee73173626 +checksum=ee9202178a6453c84d8016e61fd9a364e3dbbd306b4f3658baaa05be29927c3e if [ "${CROSS_BUILD}" ]; then hostmakedepends+=" qt5-x11extras-devel"