diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-12-31 06:56:23 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-12-31 06:56:23 +0000 |
commit | a53feb3a98f8ac99994de30a5a0e515f046fbf4b (patch) | |
tree | 7caf5c327b9c944836584a7faa01d8f7de1c1d9a /packages.ent | |
parent | b537fb4f3400a2063e8677319f80de1248dc8a5c (diff) |
Use a better url for python docs (I changed it when updating Python because
the new version was not available. This should stabilize md5sum.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'packages.ent')
-rw-r--r-- | packages.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages.ent b/packages.ent index 79a2c97d3..9ce6f2b2c 100644 --- a/packages.ent +++ b/packages.ent @@ -584,9 +584,9 @@ <!ENTITY python-ch5-sbu "1.2 SBU"> <!ENTITY python-ch6-du "399 MB"> <!ENTITY python-ch6-sbu "1.3 SBU"> -<!ENTITY python-docs-url "https://docs.python.org/3/archives/python-&python-version;-docs-html.tar.bz2"> -<!ENTITY python-docs-md5 "29cabbadce173eaebd44495c95f382a1"> -<!ENTITY python-docs-size "6,429 KB"> +<!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2"> +<!ENTITY python-docs-md5 "edc8c97f9680373fcc1dd952f0ea7fcc"> +<!ENTITY python-docs-size "6,374 KB"> <!ENTITY readline-version "8.0"> <!ENTITY readline-size "2,907 KB"> |