From af66872bbbde5bf0fbffc043507cfa6acc81c31d Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 14 May 2020 15:51:07 +0300 Subject: [PATCH] qsynth: update to 0.6.2. --- srcpkgs/qsynth/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index cf870fa6696..1a04b2af22e 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,6 +1,6 @@ # Template file for 'qsynth' pkgname=qsynth -version=0.6.0 +version=0.6.2 revision=1 build_style=gnu-configure build_helper=qmake @@ -12,7 +12,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://qsynth.sourceforge.io" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=322a0097b6a74e8ebaf590f76b6acda4489d9ee7c612b97bffbac4e5b1047b9c +checksum=9b5af9747875ff49eb40ab7860a4bbfc1f49cccb783b7cd4d8f90c9971dee632 if [ "${CROSS_BUILD}" ]; then hostmakedepends+=" qt5-x11extras-devel"