diff options
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | doc/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ - - Recommended: execline version 2.9.7.1 or later: https://skarnet.org/software/execline/ + - Recommended: execline version 2.9.8.0 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) - Optional: nsss version 0.2.1.1 or later: https://skarnet.org/software/nsss/ diff --git a/doc/index.html b/doc/index.html index d7ede45..83a345a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs library. </li> <li> (Optional, but really recommended for full functionality): <a href="//skarnet.org/software/execline/">execline</a> version -2.9.7.1 or later. When s6 is built with execline support (which is the default), +2.9.8.0 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li> @@ -115,8 +115,8 @@ want nsswitch-like functionality: <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.13.2.0.tar.gz">2.13.2.0</a>. -You can access its checksum <a href="s6-2.13.2.0.tar.gz.sha256">here</a>. </li> + <li> The current released version of s6 is <a href="s6-2.13.3.0.tar.gz">2.13.3.0</a>. +You can access its checksum <a href="s6-2.13.3.0.tar.gz.sha256">here</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6 git repository</a>: |
