W3C-LinkChecker: 4.5 -> 4.81
This commit is contained in:
parent
1c36b9f5a1
commit
e77ca2a665
@ -11966,15 +11966,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
W3CLinkChecker = buildPerlPackage rec {
|
W3CLinkChecker = buildPerlPackage rec {
|
||||||
name = "W3C-LinkChecker-4.5";
|
name = "W3C-LinkChecker-4.81";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SC/SCOP/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SC/SCOP/${name}.tar.gz";
|
||||||
sha256 = "0j2zlg57g0y9hqy8n35x5rfkpm7rnfjlwny5g0zaxwrl62ndkbm9";
|
sha256 = "0rbaqvv8ql0db4am1nh7ybig3a4kmckgdm7445xww7fr40dzcfb2";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
LWP ConfigGeneral NetIP TermReadKey Perl5lib
|
LWP ConfigGeneral NetIP TermReadKey Perl5lib
|
||||||
CryptSSLeay
|
CryptSSLeay CSSDOM ];
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://validator.w3.org/checklink;
|
homepage = http://validator.w3.org/checklink;
|
||||||
description = "A tool to check links and anchors in Web pages or full Web sites";
|
description = "A tool to check links and anchors in Web pages or full Web sites";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user