network/awstats: Updated for version 7.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2016-01-31 12:56:31 -06:00 committed by Willy Sudiarto Raharjo
parent 57dc20a142
commit c933dc5600
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@
# Modified by the SlackBuilds.org project.
PRGNAM="awstats"
VERSION=${VERSION:-7.3}
VERSION=${VERSION:-7.4}
# hardcode ARCH
ARCH=noarch
BUILD=${BUILD:-1}
@ -68,7 +68,7 @@ mkdir -p $PKG/$DOCROOT/awstats $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/etc/awstats $PKG/etc/httpd/extra
mkdir -m 0770 -p $PKG/var/lib/awstats
cp -a README.TXT docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cp -a tools/nginx/awstats-fcgi.php \
tools/nginx/awstats-nginx.conf $PKG/usr/doc/$PRGNAM-$VERSION
cp -a tools/*.pl wwwroot $PKG/$DOCROOT/awstats

View file

@ -1,8 +1,8 @@
PRGNAM="awstats"
VERSION="7.3"
VERSION="7.4"
HOMEPAGE="http://awstats.sourceforge.net/"
DOWNLOAD="http://prdownloads.sourceforge.net/awstats/awstats-7.3.tar.gz"
MD5SUM="a76bf324d8836a8ba97f13a3c20ec6bc"
DOWNLOAD="http://prdownloads.sourceforge.net/awstats/awstats-7.4.tar.gz"
MD5SUM="2ff8854a471947578ba98f43e9d0db95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"