From ffaa4f539c53daab022de52bb580b561fbdb4a6f Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 10 May 2018 13:57:39 +0200 Subject: [PATCH] fmit: update to 1.1.18. Closes #14287. Signed-off-by: Enno Boland --- srcpkgs/fmit/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fmit/template b/srcpkgs/fmit/template index 6b139da215f..24a621be10f 100644 --- a/srcpkgs/fmit/template +++ b/srcpkgs/fmit/template @@ -1,6 +1,6 @@ # Template file for 'fmit' pkgname=fmit -version=1.1.16 +version=1.1.18 revision=1 build_style=qmake configure_args="CONFIG+=acs_qt CONFIG+=acs_alsa CONFIG+=acs_jack CONFIG+=acs_portaudio" @@ -10,10 +10,10 @@ makedepends="alsa-lib-devel fftw-devel jack-devel portaudio-devel depends="desktop-file-utils hicolor-icon-theme" maintainer="cr6git " short_desc="Graphical utility for tuning your musical instruments" +license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="http://gillesdegottex.github.io/fmit/" -license="GPL-2, LGPL-2.1" distfiles="https://github.com/gillesdegottex/fmit/archive/v${version}.tar.gz" -checksum=42dea86f8aa3e075707077e9c036720ab1c5a9afae1be5c726961fffa356be96 +checksum=aa2ef9857bf2e71a7174fc45b9a05c7745ecee8332d9818640588aae93f59ae4 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-multimedia-devel qt5-svg-devel"