development/viewvc: Updated for version 1.1.8.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-01-01 11:59:12 -05:00 committed by Robby Workman
parent d8c2deb4a0
commit ca63af4dfb
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
ViewVC is a browser interface for CVS and Subversion version control
repositories. It generates templatized HTML to present navigable directory,
revision, and change log listings. It can display specific versions of files
as well as diffs between those versions.
revision, and change log listings. It can display specific versions of
files as well as diffs between those versions.
Installing Pygments (available on SlackBuilds) will improve your ViewVC
experience (highlighting changes)

View File

@ -4,10 +4,10 @@
# a browser interface for cvs and svn
# Written by Niels Horn <niels.horn@gmail.com>
# Revision date: 2010/09/27
# Revision date: 2010/12/31
PRGNAM=viewvc
VERSION=${VERSION:-1.1.7}
VERSION=${VERSION:-1.1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="viewvc"
VERSION="1.1.7"
VERSION="1.1.8"
HOMEPAGE="http://www.viewvc.org/"
DOWNLOAD="http://viewvc.tigris.org/files/documents/3330/48158/viewvc-1.1.7.tar.gz"
MD5SUM="3c91723007e81fb6c03cd9515213fff3"
DOWNLOAD="http://viewvc.tigris.org/files/documents/3330/48659/viewvc-1.1.8.tar.gz"
MD5SUM="ed4c74b85d6eac69c72ae2554326f56a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"