From 9d8403a5ab9dc302c13dedff25e5ca5f41b29d9f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 19 Sep 2022 17:33:44 +0000 Subject: sord: update to 0.16.14 --- sord/build/sord.SlackBuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sord/build/sord.SlackBuild') diff --git a/sord/build/sord.SlackBuild b/sord/build/sord.SlackBuild index 271faaec..87d0b41c 100755 --- a/sord/build/sord.SlackBuild +++ b/sord/build/sord.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,7 +31,9 @@ # Build needs: # Needs: serd # Changelog: -# 0.16.2-1: 21/Feb/2019 by Eric Hameleers +# 0.16.2-1: 21/feb/2019 by Eric Hameleers +# * Initial build. +# 0.16.14-1: 19/sep/2022 by Eric Hameleers # * Initial build. # # Run 'sh sord.SlackBuild' to build a Slackware package. @@ -41,7 +43,7 @@ # ----------------------------------------------------------------------------- PRGNAM=sord -VERSION=${VERSION:-0.16.2} +VERSION=${VERSION:-0.16.14} 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 --- ## -- cgit v1.2.3-65-gdbad