diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-10-04 03:17:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-10-04 03:17:26 +0000 |
commit | 3b32f3498df9424d939723c8542a4292cb9d64f8 (patch) | |
tree | af0ae95b5ab39c7fe094f2dc0be8c19fe02c952d | |
parent | 5a9142cab200cb5082efaae3b01d3c5c986bbce5 (diff) | |
download | shibari-3b32f3498df9424d939723c8542a4292cb9d64f8.tar.gz shibari-3b32f3498df9424d939723c8542a4292cb9d64f8.tar.xz shibari-3b32f3498df9424d939723c8542a4292cb9d64f8.zip |
Defer shibari-cache; prepare for 0.0.1.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index 9b92ab4..fdbe50f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Changelog for shibari. -In 0.0.2.0 +In 0.0.1.2 ---------- - Install static libraries in /usr/lib by default. diff --git a/doc/index.html b/doc/index.html index 5ee63ab..9610e29 100644 --- a/doc/index.html +++ b/doc/index.html @@ -75,7 +75,7 @@ requirement if you link against the shared version of the s6-dns library. </li> <h3> Download </h3> <ul> - <li> The current released version of shibari is <a href="shibari-0.0.2.0.tar.gz">0.0.2.0</a>. </li> + <li> The current released version of shibari is <a href="shibari-0.0.1.2.tar.gz">0.0.1.2</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/shibari/">shibari git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index f3b4fbe..ba17336 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,7 +18,7 @@ <h1> What has changed in shibari </h1> -<h2> in 0.0.2.0 </h2> +<h2> in 0.0.1.2 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> diff --git a/package/info b/package/info index 391cef7..9677c17 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=shibari -version=0.0.2.0 +version=0.0.1.2 category=web package_macro_name=SHIBARI |