summaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-05-25 22:02:02 +0000
committer Eric Hameleers <alien@slackware.com>2020-05-25 22:02:02 +0000
commitccf804b52ac33980ec0ddf802cdd0468ef5f8784 (patch)
treef25382f55cf0322558476891ab2c0806895fcbe8 /lv2
parentd91d7235e5c2fced3f40662cd021dad833c4d8db (diff)
downloadasb-ccf804b52ac33980ec0ddf802cdd0468ef5f8784.tar.gz
asb-ccf804b52ac33980ec0ddf802cdd0468ef5f8784.tar.xz
lv2: update to 1.18.0
Diffstat (limited to 'lv2')
-rwxr-xr-xlv2/build/lv2.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/lv2/build/lv2.SlackBuild b/lv2/build/lv2.SlackBuild
index 3577a036..e98fb0d9 100755
--- a/lv2/build/lv2.SlackBuild
+++ b/lv2/build/lv2.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -31,8 +31,10 @@
# Build needs:
# Needs:
# Changelog:
-# 1.16.0-1: 19/Feb/2019 by Eric Hameleers <alien@slackware.com>
+# 1.16.0-1: 19/feb/2019 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.18.0-1: 26/may/2020 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh lv2.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -41,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=lv2
-VERSION=${VERSION:-1.16.0}
+VERSION=${VERSION:-1.18.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}