diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-04-16 10:39:10 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-04-16 10:40:51 +0000 |
commit | 23c3500b47774c1a34f76a74957b4687aefc63c0 (patch) | |
tree | 85d4c6d703742ad6a9dbf9ffe3d54e053233794f | |
parent | 38be4b4d0ceb6e213d6f69815d5074230f1d42ba (diff) | |
download | aports-23c3500b47774c1a34f76a74957b4687aefc63c0.tar.bz2 aports-23c3500b47774c1a34f76a74957b4687aefc63c0.tar.xz |
testing/jemalloc: upgrade to 3.6.0
Also fixes musl build due to updated autoconf files.
-rw-r--r-- | testing/jemalloc/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/jemalloc/APKBUILD b/testing/jemalloc/APKBUILD index e4cf02a403..33df2cb177 100644 --- a/testing/jemalloc/APKBUILD +++ b/testing/jemalloc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=jemalloc -pkgver=3.4.0 +pkgver=3.6.0 pkgrel=0 pkgdesc="A general purpose malloc(3) implementation" url="http://www.canonware.com/jemalloc/" @@ -45,6 +45,6 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -md5sums="c4fa3da0096d5280924a5f7ebc8dbb1c jemalloc-3.4.0.tar.bz2" -sha256sums="f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0 jemalloc-3.4.0.tar.bz2" -sha512sums="8727e13d5e1d677eeaaba50a33ad8eb3dca09f4e90639cf2957d6be0728fd962f10184e91f404b8c9985e680128a838375b122451601271653c8c6d6386a252b jemalloc-3.4.0.tar.bz2" +md5sums="e76665b63a8fddf4c9f26d2fa67afdf2 jemalloc-3.6.0.tar.bz2" +sha256sums="e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe jemalloc-3.6.0.tar.bz2" +sha512sums="ebe7c64558a87a735b5906d5cb7527c241664eeae7328538675a12eabe7a1004be0f8766a3bd2a78e61334b196ca7ffc0ee8b8ff59167922a35f126cd1e76e43 jemalloc-3.6.0.tar.bz2" |