From 4d464da1d0752f3d0b1d861300c2f9e639404070 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 7 Feb 2022 19:51:35 +0100 Subject: [PATCH] csound: update to 6.17.0. --- srcpkgs/csound/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index 56d44d71410..c2f794e3e2f 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -1,7 +1,7 @@ # Template file for 'csound' pkgname=csound -version=6.16.2 -revision=2 +version=6.17.0 +revision=1 build_style=cmake configure_args=" -DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1 @@ -17,7 +17,7 @@ maintainer="Andrea Brancaleoni " license="LGPL-2.1-or-later" homepage="https://csound.com/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=073502183b872e68f51a343ac3972a843063737617e5705e69f6125ff121599b +checksum=558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b CFLAGS="-fcommon" CXXFLAGS="-Wno-error -fcommon"