summaryrefslogtreecommitdiffstats
path: root/development/viewvc/viewvc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/viewvc/viewvc.SlackBuild')
-rw-r--r--development/viewvc/viewvc.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/development/viewvc/viewvc.SlackBuild b/development/viewvc/viewvc.SlackBuild
index 3baeb503f0..fbb4ac93f0 100644
--- a/development/viewvc/viewvc.SlackBuild
+++ b/development/viewvc/viewvc.SlackBuild
@@ -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