From 1fd78001186034a7f5cb79c21945b23df1824920 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 9 Apr 2019 22:14:58 -0600 Subject: [PATCH] flacon: update to 5.2.0 --- srcpkgs/flacon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/flacon/template b/srcpkgs/flacon/template index 69a64a677ae..016e1732d7d 100644 --- a/srcpkgs/flacon/template +++ b/srcpkgs/flacon/template @@ -1,6 +1,6 @@ # Template file for 'flacon' pkgname=flacon -version=5.1.0 +version=5.2.0 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ license="LGPL-2.1-or-later" homepage="https://flacon.github.io/" changelog="https://flacon.github.io/changelog/" distfiles="https://github.com/Flacon/flacon/archive/v${version}.tar.gz" -checksum=9844b00d354a881fdbcdbc91ab46766053f25cfbd4a06e4f2290d26d9368e11f +checksum=701fb0ebee98a697baa3060645ca4203771714994bb1fa8eeebfd2274e4704ac if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"