diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 10 insertions, 4 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.0.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.1.0.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index 7255a13..b5ba202 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ the package is now used to host specific utilities such as <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 4.0 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.0.0.0 or later </li> +2.1.0.0 or later </li> </ul> <h3> Licensing </h3> @@ -74,7 +74,7 @@ the package is now used to host specific utilities such as <ul> <li> The current released version of s6-portable-utils is -<a href="s6-portable-utils-2.0.0.0.tar.gz">2.0.0.0</a>. </li> +<a href="s6-portable-utils-2.0.0.1.tar.gz">2.0.0.1</a>. </li> <li> Alternatively, you can checkout a copy of the s6-portable-utils git repository: <pre> git clone git://git.skarnet.org/s6-portable-utils </pre> </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index 850faf3..816aeeb 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,12 @@ <h1> What has changed in s6-portable-utils </h1> +<h2> in 2.0.0.1 </h2> + +<ul> + <li> skalibs dependency bumped to 2.0.0.0 </li> +</ul> + <h2> in 2.0.0.0 </h2> <ul> diff --git a/package/info b/package/info index 6d862af..327e4a7 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-portable-utils -version=2.0.0.0 +version=2.0.0.1 category=admin package_macro_name=S6_PORTABLE_UTILS |