From a271c9731768f3f8826b65b70c4b2e6e9d455b9f Mon Sep 17 00:00:00 2001 From: mag Date: Sat, 16 Jul 2022 09:13:55 +0200 Subject: [PATCH] faust: update to 2.41.1 --- srcpkgs/faust/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/faust/template b/srcpkgs/faust/template index 49f8f917d261..7776c311fcc1 100644 --- a/srcpkgs/faust/template +++ b/srcpkgs/faust/template @@ -1,16 +1,16 @@ # Template file for 'faust' pkgname=faust -version=2.37.3 +version=2.41.1 revision=1 build_style=gnu-makefile -hostmakedepends="cmake pkg-config llvm" +hostmakedepends="cmake pkg-config llvm which" makedepends="libmicrohttpd-devel llvm-libunwind-devel" short_desc="Functional Programming Language for Real Time Signal Processing" maintainer="mag " license="GPL-2.0-or-later" homepage="https://faust.grame.fr/" distfiles=https://github.com/grame-cncm/faust/releases/download/${version}/${pkgname}-${version}.tar.gz -checksum="f14577e9f63041ec341f40a64dae5e9362be8ed77571aa389ed7d389484a31d7" +checksum="72145e1d4ffcdd8e687ed7960d1d0717fa2c1dd2566e0bbc3a78fa95bb8b683e" # Android stuffs, used by the 'faust2android' script. nostrip_files="libsndfile.so "