summaryrefslogtreecommitdiffstats
path: root/pipelight/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-02-22 18:40:45 +0000
committer Eric Hameleers <alien@slackware.com>2014-02-22 18:40:45 +0000
commitee9b8460fcb996ebf193d8b6df0b7a0e60a0e500 (patch)
tree2ffb748dc42167bc839fcf94eebbc71ef9bff246 /pipelight/build
parent63601a113fd15aa18d80dc7c5248b3bc84fdf3ba (diff)
downloadasb-ee9b8460fcb996ebf193d8b6df0b7a0e60a0e500.tar.gz
asb-ee9b8460fcb996ebf193d8b6df0b7a0e60a0e500.tar.xz
Update to 0.2.5
Diffstat (limited to 'pipelight/build')
-rwxr-xr-xpipelight/build/pipelight.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/pipelight/build/pipelight.SlackBuild b/pipelight/build/pipelight.SlackBuild
index 5a157ed2..3634f4bb 100755
--- a/pipelight/build/pipelight.SlackBuild
+++ b/pipelight/build/pipelight.SlackBuild
@@ -44,6 +44,8 @@
# 0.2.4.2-1: 20/jan/2014 by Eric Hameleers <alien@slackware.com>
# * After a manual update, patch the install-dependency script
# to use Slackware's version of mktemp.
+# 0.2.5-1: 22/jfeb2014 by Eric Hameleers <alien@slackware.com>
+# * Update, together with wine-pipelight 1.7.13.
#
# Run 'sh pipelight.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -52,7 +54,7 @@
# -----------------------------------------------------------------------------
PRGNAM=pipelight
-VERSION=${VERSION:-0.2.4.2}
+VERSION=${VERSION:-0.2.5}
TRUNKVERSION=$(echo $VERSION | cut -f1,2 -d'.')
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
@@ -77,8 +79,8 @@ OUTPUT=${OUTPUT:-/tmp}
SOURCE[0]="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
SRCURL[0]="https://bitbucket.org/mmueller2012/${PRGNAM}/get/v${VERSION}.tar.gz"
-SOURCE[1]="$SRCDIR/pluginloader-prebuilt-${VERSION}.tar.xz"
-SRCURL[1]="https://launchpad.net/pipelight/trunk/${TRUNKVERSION}/+download/pluginloader-prebuilt-v${VERSION}.tar.xz"
+SOURCE[1]="$SRCDIR/pluginloader-prebuilt-${VERSION}.tar.gz"
+SRCURL[1]="http://repos.fds-team.de/pluginloader/v${VERSION}/pluginloader.tar.gz"
SOURCE[2]="$SRCDIR/LICENSE.pluginloader-prebuilt"
SRCURL[2]="https://bitbucket.org/mmueller2012/pipelight/raw/v${VERSION}/debian/copyright"