diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2014-12-16 00:37:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 00:37:56 +0700 |
commit | 8a68eaf03246e34f6be5600004d35a53472ac429 (patch) | |
tree | 515041739fa18a971f29a3895432ffcd5697f0f2 /libraries/jemalloc/jemalloc.SlackBuild | |
parent | 7f95944150e64331acf60ab93cb7bdaf9599a5bf (diff) | |
download | slackbuilds-8a68eaf03246e34f6be5600004d35a53472ac429.tar.gz |
libraries/jemalloc: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/jemalloc/jemalloc.SlackBuild')
-rw-r--r-- | libraries/jemalloc/jemalloc.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/jemalloc/jemalloc.SlackBuild b/libraries/jemalloc/jemalloc.SlackBuild index 0cbe2f3707..f6bd6a9b37 100644 --- a/libraries/jemalloc/jemalloc.SlackBuild +++ b/libraries/jemalloc/jemalloc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jemalloc -# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2014 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.4.1 +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |