Fix systemd-236 md5sum.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
DJ Lucas 2017-12-20 00:58:10 +00:00
parent 92c948920f
commit ea5492c318
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
<screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen>
<para>Set up the man pages:</para>
<screen><userinput remap="pre">tar -xf ../systemd-man-pages-236.tar.xz</userinput></screen>
<screen><userinput remap="pre">tar -xf ../systemd-man-pages-&systemd-version;.tar.xz</userinput></screen>
<para>Prepare systemd for compilation:</para>

View File

@ -596,7 +596,7 @@
<!ENTITY systemd-version "236">
<!ENTITY systemd-size "6,433 KB">
<!ENTITY systemd-url "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
<!ENTITY systemd-md5 "d53a925f1ca5b2e124de0a8aa65d0db2">
<!ENTITY systemd-md5 "8609cb9043ac8f374371cbac5546acf4">
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
<!ENTITY systemd-man-size "323 KB">
<!ENTITY systemd-man-url "http://anduin.linuxfromscratch.org/LFS/systemd-man-pages-&systemd-version;.tar.xz">