From ee9b8460fcb996ebf193d8b6df0b7a0e60a0e500 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 22 Feb 2014 18:40:45 +0000 Subject: Update to 0.2.5 --- pipelight/build/pipelight.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pipelight/build') 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 # * 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 +# * 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" -- cgit v1.2.3-65-gdbad