diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-06-14 16:50:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-16 10:33:31 +0000 |
commit | 52532eec81c96a1b0d410ec6b164d4c7cfd55eaf (patch) | |
tree | 21990a92e817d5b79668c423ac9bb571861bd202 /main/jemalloc | |
parent | e96a03d924c9b59bb4c163581b1e7c22c0bb9f4c (diff) | |
download | aports-52532eec81c96a1b0d410ec6b164d4c7cfd55eaf.tar.bz2 aports-52532eec81c96a1b0d410ec6b164d4c7cfd55eaf.tar.xz |
main/jemalloc: upgrade to 5.0.0
Diffstat (limited to 'main/jemalloc')
-rw-r--r-- | main/jemalloc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/jemalloc/APKBUILD b/main/jemalloc/APKBUILD index 99915757b2..e660810e79 100644 --- a/main/jemalloc/APKBUILD +++ b/main/jemalloc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=jemalloc -pkgver=4.5.0 +pkgver=5.0.0 pkgrel=0 pkgdesc="A general purpose malloc(3) implementation" url="http://www.canonware.com/jemalloc/" @@ -35,5 +35,5 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="76953363fe1007952232220afa1a91da4c1c33c02369b5ad239d8dd1d0792141197c15e8489a8f4cd301b08494e65cadd8ecd34d025cb0285700dd78d7248821 jemalloc-4.5.0.tar.bz2 +sha512sums="346190086fc9e53bba23c8daf4a74155c9760704358e6e0dd27269589d964f2e23dc0dde3c015a9f636e011ecaeb14d991f5c6df66bcf224adfa13606df20bbd jemalloc-5.0.0.tar.bz2 a97c4eb504f8eb725fdd65683b512ea69773f1a183020a785cd02c5ac7e174a7206bf921a30ce63e5b183ef7bef34cec28ccdb57e16dfebd33f5a8161af2989d jemalloc-no-pprof.patch" |