From 49d0c43ab3c807ea72327414fa4b9240c6cfe7f2 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 3 Oct 2019 06:28:41 -0700 Subject: [PATCH] flacon: update to 5.5.1. --- srcpkgs/flacon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/flacon/template b/srcpkgs/flacon/template index 94919c5e486..907355a6413 100644 --- a/srcpkgs/flacon/template +++ b/srcpkgs/flacon/template @@ -1,6 +1,6 @@ # Template file for 'flacon' pkgname=flacon -version=5.4.0 +version=5.5.1 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=000eacf4528906dfe0adc1c21aedcb57bf4300e56e37150173d3a23acc8fe19f +checksum=bdeac2268536c790ede8928156c7a35019dd05ed1b16f04238394a238950d287 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"