diff options
-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" |