ganv: update to 1.8.0.

This commit is contained in:
Leah Neukirchen 2021-01-08 16:06:34 +01:00
parent 54df226e56
commit 8abdb252db

View file

@ -1,6 +1,6 @@
# Template file for 'ganv' # Template file for 'ganv'
pkgname=ganv pkgname=ganv
version=1.6.0 version=1.8.0
revision=1 revision=1
build_style=waf3 build_style=waf3
hostmakedepends="glib-devel pkg-config" hostmakedepends="glib-devel pkg-config"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://drobilla.net/software/ganv/" homepage="http://drobilla.net/software/ganv/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2" distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=d46075c49142925ecd04419a0727aa035eed8ad4902c2899cce097944613335e checksum=da81271f930dfeaeb863c45dcff9ffc3175e1739ff1c7ae674c20b89f1ba8013
CXXFLAGS="-std=c++11" CXXFLAGS="-std=c++11"