diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2013-12-27 14:53:55 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:05 -0600 |
commit | 7dcbeacf0b6f7843dcfb102d99230f1876c1d630 (patch) | |
tree | ecb23d263087c4d9c3cb21ed40ba0b6ac9e6dab7 /libraries | |
parent | 85461c6ddc9e1dc536bfc390c9dd1cebee422f03 (diff) | |
download | slackbuilds-7dcbeacf0b6f7843dcfb102d99230f1876c1d630.tar.gz |
libraries/jemalloc: Updated for version 3.4.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/jemalloc/jemalloc.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/jemalloc/jemalloc.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/jemalloc/jemalloc.SlackBuild b/libraries/jemalloc/jemalloc.SlackBuild index 7c62e92dc1..0cbe2f3707 100644 --- a/libraries/jemalloc/jemalloc.SlackBuild +++ b/libraries/jemalloc/jemalloc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jemalloc -# Copyright 2012 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jemalloc -VERSION=3.2.0 +VERSION=3.4.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/jemalloc/jemalloc.info b/libraries/jemalloc/jemalloc.info index b33688cff2..7184dc639b 100644 --- a/libraries/jemalloc/jemalloc.info +++ b/libraries/jemalloc/jemalloc.info @@ -1,8 +1,8 @@ PRGNAM="jemalloc" -VERSION="3.2.0" +VERSION="3.4.1" HOMEPAGE="http://www.canonware.com/jemalloc/" -DOWNLOAD="http://www.canonware.com/download/jemalloc/jemalloc-3.2.0.tar.bz2" -MD5SUM="1f7b2099a0d33b803c67e8a9a8c2615e" +DOWNLOAD="http://www.canonware.com/download/jemalloc/jemalloc-3.4.1.tar.bz2" +MD5SUM="ad66a973a79717207f8fb76996966836" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |