A URL fix and an md5sum fix

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16536 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2015-10-16 14:43:35 +00:00
parent 4ef1d24390
commit 7def17478f
2 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<!ENTITY perl_authors "http://cpan.metacpan.org/authors">
<!ENTITY Archive-Zip-download-http "http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
<!ENTITY Archive-Zip-md5sum "44830965095d3ab66beff48eddb1c478">
<!ENTITY Archive-Zip-md5sum "0e5c69c28ebe860145fb81dda4c7ba30">
<!ENTITY autovivification-download-http "http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
<!ENTITY autovivification-md5sum "7e20817f6034910c1bc23351d81a0658">

View File

@ -4,8 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.20/cogl-&cogl-version;.tar.xz">
<!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/1.20/cogl-&cogl-version;.tar.xz">
<!-- Editors, update this for new releass as needed -->
<!ENTITY cogl-minor "1.22">
<!ENTITY cogl-download-http "&gnome-download-http;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
<!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
<!ENTITY cogl-md5sum "ab684ec96848d79d22757fb3064820c8">
<!ENTITY cogl-size "1.6 MB">
<!ENTITY cogl-buildsize "59 MB">