From 403094ad655aa9e425b3220d86c30d77e33adbaf Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 19 Mar 2019 18:31:29 -0300 Subject: [PATCH] qtfm: update to 6.1.8. --- srcpkgs/qtfm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qtfm/template b/srcpkgs/qtfm/template index d2ded1125cc..149e4afd901 100644 --- a/srcpkgs/qtfm/template +++ b/srcpkgs/qtfm/template @@ -1,6 +1,6 @@ # Template file for 'qtfm' pkgname=qtfm -version=6.1.7 +version=6.1.8 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=294d714100c1265c3be1b88fd109c72bf71ea64774909998a110e85f54741013 +checksum=dddeaebcd05b91fb0124f26c3076a71872060aeba1995f35fc6773ac6c10de46 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel"