diff options
author | Arn0 <yth@ythogtha.org> | 2020-02-10 10:21:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-14 04:26:10 +0700 |
commit | 215d327db325eb5d1910a1cbd4b46d5fd5c5efd0 (patch) | |
tree | ee77343f6c2d3d308e1aa5e35501bded2a81e730 /libraries/htmlcxx/htmlcxx.SlackBuild | |
parent | 9b22b2f62c8d7fafa9f27679a1ce9ef7c421e6a1 (diff) |
libraries/htmlcxx: updated for version 0.87
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/htmlcxx/htmlcxx.SlackBuild')
-rw-r--r-- | libraries/htmlcxx/htmlcxx.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/htmlcxx/htmlcxx.SlackBuild b/libraries/htmlcxx/htmlcxx.SlackBuild index bf3b78fbc99bb..e815fd6060eea 100644 --- a/libraries/htmlcxx/htmlcxx.SlackBuild +++ b/libraries/htmlcxx/htmlcxx.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Slackware build script for "htmlcxx". +# Yth | Pont-en-Royans, France | yth@ythogtha.org # Copyright 2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. @@ -25,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=htmlcxx -VERSION=${VERSION:-0.86} +VERSION=${VERSION:-0.87} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |