flacon: update to 5.0.0.

This commit is contained in:
travankor 2018-11-07 17:58:39 -07:00 committed by maxice8
parent 80f8f5b712
commit e43e664c57
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'flacon'
pkgname=flacon
version=4.1.0
version=5.0.0
revision=1
build_style=cmake
hostmakedepends="pkg-config"
@ -10,8 +10,9 @@ short_desc="Audio File Encoder. Splits audio tracks into separate tracks"
maintainer="travankor <travankor@tuta.io>"
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=8e9b7e9b12b79d7dbe1b1e4f47d7561538a62a55ab752a7269736a77bf56dd70
checksum=183d364fb47afa8b9e55803b77b99c9eba44d7031a28d4062b1a309b2a9f02b2
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"