libraries/gperftools: Updated for version 2.9.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d11ec5162b
commit
a2b6d5a5d4
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gperftools
|
||||
VERSION=${VERSION:-2.6.1}
|
||||
VERSION=${VERSION:-2.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gperftools"
|
||||
VERSION="2.6.1"
|
||||
VERSION="2.9.1"
|
||||
HOMEPAGE="https://github.com/gperftools/gperftools/"
|
||||
DOWNLOAD="https://github.com/gperftools/gperftools/archive/gperftools-2.6.1/gperftools-gperftools-2.6.1.tar.gz"
|
||||
MD5SUM="26cdb889bb3532aee0e8129a2d2c3ee2"
|
||||
DOWNLOAD="https://github.com/gperftools/gperftools/archive/gperftools-2.9.1/gperftools-gperftools-2.9.1.tar.gz"
|
||||
MD5SUM="e340f1b247ff512119a2db98c1538dc1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue