Merge pull request #119712 from LeSuisse/awstats-7.8.0

awstats: 7.7.0 -> 7.8.0
This commit is contained in:
Sandro 2021-04-17 19:32:24 +02:00 committed by GitHub
commit 120bff6427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
perlPackages.buildPerlPackage rec {
pname = "awstats";
version = "7.7";
version = "7.8";
src = fetchurl {
url = "mirror://sourceforge/awstats/${pname}-${version}.tar.gz";
sha256 = "0z3p77jnpjilajs9yv87r8xla2x1gjqlvrhpbgbh5ih73386v3j2";
sha256 = "1f6l0hd01jmz7hpg0py8qixxiq50n8gl37iypayskxmy05z8craa";
};
postPatch = ''
@ -54,7 +54,7 @@ perlPackages.buildPerlPackage rec {
meta = with lib; {
description = "Real-time logfile analyzer to get advanced statistics";
homepage = "http://awstats.org";
homepage = "https://awstats.org";
license = licenses.gpl3Plus;
platforms = platforms.unix;
};