diff options
author | Ivan Tham <pickfire@riseup.net> | 2017-03-17 20:52:41 +0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-22 16:09:21 +0000 |
commit | 850cfe226dc58a1cdf2af8079a433364ebfe07c5 (patch) | |
tree | bc392f5e2da62c0992fbda3425c8c1901128b139 | |
parent | a5abcb2a5d28303d2f9cc4943a265cb3fd426a45 (diff) | |
download | aports-850cfe226dc58a1cdf2af8079a433364ebfe07c5.tar.bz2 aports-850cfe226dc58a1cdf2af8079a433364ebfe07c5.tar.xz |
main/jemalloc: upgrade to 4.5.0
-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 42cc7f9d9a..99915757b2 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.4.0 +pkgver=4.5.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="2f88fb17ede3bf87e334e9c80949870e0dd85b5adcdd89a1750ccf6df5240f35293159ac0a360d3a29cf0b1d17edf86dcc7997c6bf3190ae7da7442d3a3cc14e jemalloc-4.4.0.tar.bz2 +sha512sums="76953363fe1007952232220afa1a91da4c1c33c02369b5ad239d8dd1d0792141197c15e8489a8f4cd301b08494e65cadd8ecd34d025cb0285700dd78d7248821 jemalloc-4.5.0.tar.bz2 a97c4eb504f8eb725fdd65683b512ea69773f1a183020a785cd02c5ac7e174a7206bf921a30ce63e5b183ef7bef34cec28ccdb57e16dfebd33f5a8161af2989d jemalloc-no-pprof.patch" |