From cf06a999b44d5d3519335058e091dde7890f9e00 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 1 Nov 2021 08:51:50 +0000 Subject: faust: updated to 2.37.3 --- faust/build/faust.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'faust') diff --git a/faust/build/faust.SlackBuild b/faust/build/faust.SlackBuild index f6e7bde9..9569221c 100755 --- a/faust/build/faust.SlackBuild +++ b/faust/build/faust.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2020 Eric Hameleers, Eindhoven, NL +# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -33,6 +33,9 @@ # Changelog: # 2.27.2-1: 20/dec/2020 by Eric Hameleers # * Initial build. +# 2.37.3-1: 01/nov/2021 by Eric Hameleers +# * Update (else I would have had to rebuild anyway against +# the newer llvm libraries in -current). # # Run 'sh faust.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -41,7 +44,7 @@ # ----------------------------------------------------------------------------- PRGNAM=faust -VERSION=${VERSION:-2.27.2} +VERSION=${VERSION:-2.37.3} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} -- cgit v1.2.3