mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/xvst: Updated for version 2.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
f5f383a142
commit
0762e7bc3e
2 changed files with 4 additions and 6 deletions
|
@ -5,17 +5,15 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=xvst
|
||||
VERSION=2.3.5
|
||||
VERSION=2.4
|
||||
SRCVER=$(echo $VERSION | tr '.' '_')
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xvst"
|
||||
VERSION="2.3.5"
|
||||
VERSION="2.4"
|
||||
HOMEPAGE="http://xviservicethief.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/xviservicethief/xVST_2_3_5_src.zip"
|
||||
MD5SUM="e609d19bb6ac8428513a3dcb489ae6b5"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/xviservicethief/xVST_2_4_src.zip"
|
||||
MD5SUM="27b83803906981b731ab5658b6b96528"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
|
|
Loading…
Reference in a new issue