mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/awstats: Updated for version 7.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
320985605e
commit
2ba8d3ce71
2 changed files with 5 additions and 5 deletions
|
@ -30,10 +30,10 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM="awstats"
|
||||
VERSION=${VERSION:-7.7}
|
||||
VERSION=${VERSION:-7.8}
|
||||
# hardcode ARCH
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="awstats"
|
||||
VERSION="7.7"
|
||||
VERSION="7.8"
|
||||
HOMEPAGE="http://awstats.sourceforge.net/"
|
||||
DOWNLOAD="https://prdownloads.sourceforge.net/awstats/awstats-7.7.tar.gz"
|
||||
MD5SUM="a69ee5127fcf38b12d47856fab3d57e4"
|
||||
DOWNLOAD="https://prdownloads.sourceforge.net/awstats/awstats-7.8.tar.gz"
|
||||
MD5SUM="46986723e04b1980389193153915e760"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue