diff options
author | Christophe Trussardi <chris@teria.org> | 2024-10-10 10:02:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-11 11:48:47 +0700 |
commit | fef524535b0c61155d6dd028e80b85e9d005d844 (patch) | |
tree | f3322e0851ecc1ea453236e16d5c2f0a7ea8ec6b | |
parent | ae8318ed309e39e3b4d91cf49c0862ec5939233d (diff) |
libraries/libestr: Updated for version 0.1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libestr/libestr.SlackBuild | 34 | ||||
-rw-r--r-- | libraries/libestr/libestr.info | 10 |
2 files changed, 22 insertions, 22 deletions
diff --git a/libraries/libestr/libestr.SlackBuild b/libraries/libestr/libestr.SlackBuild index de6761b76a3a..7367268a39d5 100644 --- a/libraries/libestr/libestr.SlackBuild +++ b/libraries/libestr/libestr.SlackBuild @@ -3,30 +3,30 @@ # Slackware build script for libestr # Copyright 2013 Bogdan Radulescu <bogdan@nimblex.net> Romania +# Copyright (c) 2024, Christophe Trussardi, Paris, France # All rights reserved. # -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# 1.- Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. # -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libestr -VERSION=${VERSION:-0.1.9} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.1.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/libestr/libestr.info b/libraries/libestr/libestr.info index ebcdfc259c31..27f686af03b0 100644 --- a/libraries/libestr/libestr.info +++ b/libraries/libestr/libestr.info @@ -1,10 +1,10 @@ PRGNAM="libestr" -VERSION="0.1.9" +VERSION="0.1.11" HOMEPAGE="http://libestr.adiscon.com/" -DOWNLOAD="http://libestr.adiscon.com/files/download/libestr-0.1.9.tar.gz" -MD5SUM="681ca0ed7e5ae6ddff70fdec413096e4" +DOWNLOAD="http://libestr.adiscon.com/files/download/libestr-0.1.11.tar.gz" +MD5SUM="1f25a2332750d4bfacfb314235fedff0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Bogdan Radulescu" -EMAIL="bogdan@nimblex.net" +MAINTAINER="Christophe Trussardi" +EMAIL="chris@teria.org" |