diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-15 21:46:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-15 21:46:31 +0700 |
commit | 924ddd087db64017ab8b8a7363e781f89bafe1d7 (patch) | |
tree | 02732a317375843b2d49e508f9918d243a4d872d /network/awstats | |
parent | fd3465bf5391efd5572c06fa58da0a1bd27b5990 (diff) |
network/awstats: Updated for version 7.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/awstats')
-rw-r--r-- | network/awstats/awstats.SlackBuild | 2 | ||||
-rw-r--r-- | network/awstats/awstats.info | 6 | ||||
-rw-r--r-- | network/awstats/slack-desc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/awstats/awstats.SlackBuild b/network/awstats/awstats.SlackBuild index 76c19e3a45485..84f80b59655e7 100644 --- a/network/awstats/awstats.SlackBuild +++ b/network/awstats/awstats.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="awstats" -VERSION=${VERSION:-7.8} +VERSION=${VERSION:-7.9} # hardcode ARCH ARCH=noarch BUILD=${BUILD:-1} diff --git a/network/awstats/awstats.info b/network/awstats/awstats.info index d6c3919c6cfb4..57ffe6df4a2fa 100644 --- a/network/awstats/awstats.info +++ b/network/awstats/awstats.info @@ -1,8 +1,8 @@ PRGNAM="awstats" -VERSION="7.8" +VERSION="7.9" HOMEPAGE="http://awstats.sourceforge.net/" -DOWNLOAD="https://prdownloads.sourceforge.net/awstats/awstats-7.8.tar.gz" -MD5SUM="46986723e04b1980389193153915e760" +DOWNLOAD="https://prdownloads.sourceforge.net/awstats/awstats-7.9.tar.gz" +MD5SUM="c283e0170700461596f9c9e121ea2896" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/network/awstats/slack-desc b/network/awstats/slack-desc index 9dfeb4ef20544..fc78a114f7358 100644 --- a/network/awstats/slack-desc +++ b/network/awstats/slack-desc @@ -16,4 +16,4 @@ awstats: It can analyze log files from all major server tools like Apache awstats: log files and a lot of other web, proxy, wap, streaming servers, awstats: mail servers, and some ftp servers. awstats: -awstats: Home Page: http://awstats.sourceforge.net/ +awstats: Home Page: https://awstats.sourceforge.net/ |