mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/p4v: Updated for version 2010.1.265509.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
d91b547553
commit
3b14e28bf7
2 changed files with 4 additions and 6 deletions
|
@ -36,12 +36,10 @@ VERSION=${VERSION:-$LOCALVER}
|
|||
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,10 +1,10 @@
|
|||
PRGNAM="p4v"
|
||||
VERSION="2010.1.256349"
|
||||
VERSION="2010.1.265509"
|
||||
HOMEPAGE="http://www.perforce.com/"
|
||||
DOWNLOAD="http://www.perforce.com/downloads/perforce/r10.1/bin.linux26x86/p4v.tgz"
|
||||
MD5SUM="9e0bc99ee4be339db340cd1eb3b94ce8"
|
||||
MD5SUM="97390d8f5fb2406f23ddd9cd34428e17"
|
||||
DOWNLOAD_x86_64="http://www.perforce.com/downloads/perforce/r10.1/bin.linux26x86_64/p4v.tgz"
|
||||
MD5SUM_x86_64="aa1d5a3ce4af2a940ef88910666897a1"
|
||||
MD5SUM_x86_64="af709b3c49e89fb432febf3de560364d"
|
||||
MAINTAINER="Andy Bailey"
|
||||
EMAIL="GooseYArd@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue