summaryrefslogtreecommitdiffstats
path: root/faust
diff options
context:
space:
mode:
Diffstat (limited to 'faust')
-rwxr-xr-xfaust/build/faust.SlackBuild7
1 files changed, 5 insertions, 2 deletions
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 <alien@slackware.com>
# * Initial build.
+# 2.37.3-1: 01/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * 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}