diff options
-rw-r--r-- | libraries/jansson/jansson.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/jansson/jansson.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/jansson/jansson.SlackBuild b/libraries/jansson/jansson.SlackBuild index 807cf6a690..1076cf15a9 100644 --- a/libraries/jansson/jansson.SlackBuild +++ b/libraries/jansson/jansson.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jansson -VERSION=${VERSION:-2.5} +VERSION=${VERSION:-2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/jansson/jansson.info b/libraries/jansson/jansson.info index 5d87932b54..8c6c8ab14f 100644 --- a/libraries/jansson/jansson.info +++ b/libraries/jansson/jansson.info @@ -1,8 +1,8 @@ PRGNAM="jansson" -VERSION="2.5" +VERSION="2.6" HOMEPAGE="http://www.digip.org/jansson/" -DOWNLOAD="http://www.digip.org/jansson/releases/jansson-2.5.tar.bz2" -MD5SUM="ab239be8c08871c8463b27cf7610947c" +DOWNLOAD="http://www.digip.org/jansson/releases/jansson-2.6.tar.bz2" +MD5SUM="c70a52488db623a26f7213c7c6b7c878" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |