summaryrefslogtreecommitdiffstats
path: root/serd/build/serd.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-09-19 17:31:40 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-19 17:31:40 +0000
commit337c2137efeeabcb4ca254a9e50ae695a17582b5 (patch)
tree1ca6bc2338176a079646e0c3def881a1b7193821 /serd/build/serd.SlackBuild
parent995bee09712a37b3493b9848650e111929fa056e (diff)
downloadasb-337c2137efeeabcb4ca254a9e50ae695a17582b5.tar.gz
asb-337c2137efeeabcb4ca254a9e50ae695a17582b5.tar.xz
serd: update to 0.30.16
Diffstat (limited to 'serd/build/serd.SlackBuild')
-rwxr-xr-xserd/build/serd.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/serd/build/serd.SlackBuild b/serd/build/serd.SlackBuild
index 3f9a1634..76df2895 100755
--- a/serd/build/serd.SlackBuild
+++ b/serd/build/serd.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2019, 2022 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:
-# 0.30.0-1: 21/Feb/2019 by Eric Hameleers <alien@slackware.com>
+# 0.30.0-1: 21/feb/2019 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.30.16-1: 19/sep/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh serd.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=serd
-VERSION=${VERSION:-0.30.0}
+VERSION=${VERSION:-0.30.16}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -56,8 +58,8 @@ TMP=${TMP:-/tmp/build}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.bz2"
-SRCURL="http://download.drobilla.net/${PRGNAM}-${VERSION}.tar.bz2"
+SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.xz"
+SRCURL="http://download.drobilla.net/${PRGNAM}-${VERSION}.tar.xz"
##
## --- with a little luck, you won't have to edit below this point --- ##