From 701f49281bbf5bb904a02993c876bec90da2897e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Feb 2019 11:46:42 -0200 Subject: [PATCH] qtfm: update to 6.1.7. --- srcpkgs/qtfm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qtfm/template b/srcpkgs/qtfm/template index 8441bb18bf..d2ded1125c 100644 --- a/srcpkgs/qtfm/template +++ b/srcpkgs/qtfm/template @@ -1,6 +1,6 @@ # Template file for 'qtfm' pkgname=qtfm -version=6.1.6 +version=6.1.7 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=c9bb131d4d233429829ec4e0c70ef894aa2ba59c020ea7edd4108f49cc06db22 +checksum=294d714100c1265c3be1b88fd109c72bf71ea64774909998a110e85f54741013 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel"