summaryrefslogtreecommitdiffstats
path: root/faust
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-01 08:51:50 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-01 08:51:50 +0000
commitcf06a999b44d5d3519335058e091dde7890f9e00 (patch)
tree029f9c3d80dbe331342a1fc99269198e0a40a5c2 /faust
parent76406240c1cf3da786af834c520edebef509dc09 (diff)
downloadasb-cf06a999b44d5d3519335058e091dde7890f9e00.tar.gz
asb-cf06a999b44d5d3519335058e091dde7890f9e00.tar.xz
faust: updated to 2.37.3
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}