From b60de92761c0fddfe50c9bdadbd8fea78f06adeb Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 31 Jul 2018 13:44:48 +0200 Subject: [PATCH] qsynth: update to 0.5.2. (#1329) --- srcpkgs/qsynth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index fde66c52ac7..000f061af82 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,6 +1,6 @@ # Template file for 'qsynth' pkgname=qsynth -version=0.5.1 +version=0.5.2 revision=1 build_style=gnu-configure hostmakedepends="pkg-config qt5-tools" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="GPL-2.0-or-later" homepage="http://qsynth.sourceforge.io" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" -checksum=579144c47813cf8426026fe3028abbe84c3d490311f1dd49ddcbc5056d0ef34e +checksum=bb85a6e393544bd24a4c708e7279a88b2dab228bdc4440c78684f91b7057d3e5 if [ -n "${CROSS_BUILD}" ]; then hostmakedepends+=" qt5-x11extras-devel"