From f88eb351bc1bde01aff45467c11c296db3310834 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 1 Feb 2019 21:36:55 -0200 Subject: [PATCH] qtfm: update to 6.1.6. --- srcpkgs/qtfm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qtfm/template b/srcpkgs/qtfm/template index 4a2a67d29c7..8441bb18bf0 100644 --- a/srcpkgs/qtfm/template +++ b/srcpkgs/qtfm/template @@ -1,6 +1,6 @@ # Template file for 'qtfm' pkgname=qtfm -version=6.1.5 +version=6.1.6 revision=1 build_style=qmake configure_args="CONFIG+=release" @@ -12,7 +12,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/rodlie/qtfm" changelog="https://raw.githubusercontent.com/rodlie/qtfm/master/ChangeLog" distfiles="https://github.com/rodlie/qtfm/archive/${version}.tar.gz" -checksum=a84b03373e2ae9c6eb0cd736bc1826a7e6e8a3f38537861004fd370c8b5934a6 +checksum=c9bb131d4d233429829ec4e0c70ef894aa2ba59c020ea7edd4108f49cc06db22 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel"