mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/viewvc: Updated for version 1.1.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
084cc3df44
commit
d3cc8d5c82
2 changed files with 6 additions and 8 deletions
|
@ -4,19 +4,17 @@
|
|||
# a browser interface for cvs and svn
|
||||
|
||||
# Written by Niels Horn <niels.horn@gmail.com>
|
||||
# Revision date: 2010/06/13
|
||||
# Revision date: 2010/09/27
|
||||
|
||||
PRGNAM=viewvc
|
||||
VERSION=${VERSION:-1.1.6}
|
||||
VERSION=${VERSION:-1.1.7}
|
||||
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="viewvc"
|
||||
VERSION="1.1.6"
|
||||
VERSION="1.1.7"
|
||||
HOMEPAGE="http://www.viewvc.org/"
|
||||
DOWNLOAD="http://viewvc.tigris.org/files/documents/3330/47623/viewvc-1.1.6.tar.gz"
|
||||
MD5SUM="9b0fd59fe4410dfc809d9b7d07f9baf6"
|
||||
DOWNLOAD="http://viewvc.tigris.org/files/documents/3330/48158/viewvc-1.1.7.tar.gz"
|
||||
MD5SUM="3c91723007e81fb6c03cd9515213fff3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue