summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-19 01:00:07 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-19 01:00:07 +0000
commitcc10e3a85b1c0120b21468936d28a0472eb2f6b0 (patch)
treef4e7ef02406b743c1c9cbf87c574f7b000d903de
parent869b5cc3d6fdb800e33af426aea74efef0b2bddc (diff)
downloadasb-cc10e3a85b1c0120b21468936d28a0472eb2f6b0.tar.gz
asb-cc10e3a85b1c0120b21468936d28a0472eb2f6b0.tar.xz
alsa-plugins-jack: update to 1.2.1
-rwxr-xr-xalsa-plugins-jack/build/alsa-plugins-jack.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/alsa-plugins-jack/build/alsa-plugins-jack.SlackBuild b/alsa-plugins-jack/build/alsa-plugins-jack.SlackBuild
index eb28baa9..82e9f81b 100755
--- a/alsa-plugins-jack/build/alsa-plugins-jack.SlackBuild
+++ b/alsa-plugins-jack/build/alsa-plugins-jack.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
@@ -34,6 +34,8 @@
# 1.1.8-1: 19/feb/2019 by Eric Hameleers <alien@slackware.com>
# * Initial build. The jack plugin is not part of Slackware's
# 'alsa-plugins' package.
+# 1.2.1-1: 19/jan/2020 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh alsa-plugins-jack.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +45,7 @@
PRGNAM=alsa-plugins-jack
SRCNAM=alsa-plugins
-VERSION=${VERSION:-1.1.8}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -59,7 +61,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${SRCNAM}-${VERSION}.tar.bz2"
-SRCURL="http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/plugins/${SRCNAM}-${VERSION}.tar.bz2"
+SRCURL="https://www.alsa-project.org/files/pub/plugins/${SRCNAM}-${VERSION}.tar.bz2"
##
## --- with a little luck, you won't have to edit below this point --- ##