diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-07-06 07:22:52 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-07 00:00:39 -0500 |
commit | 33ddf5b19458d353149315ed30ba681c79e9e0fb (patch) | |
tree | 46448618d5dcd172483de7b937e3585bf8f433f3 /libraries/jansson | |
parent | d34e440b13c8a538b58c50f0a4550e23f756104f (diff) | |
download | slackbuilds-33ddf5b19458d353149315ed30ba681c79e9e0fb.tar.gz |
libraries/jansson: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/jansson')
-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="" |