jemalloc: update to 4.0.4

This commit is contained in:
Steve Prybylski 2015-10-29 17:42:32 -04:00
parent f6baa1a7dd
commit 6207b7f122

View File

@ -1,6 +1,6 @@
# Template file for 'jemalloc'
pkgname=jemalloc
version=4.0.2
version=4.0.4
revision=1
build_pie=yes
build_style=gnu-configure
@ -8,9 +8,13 @@ configure_args="je_cv_static_page_shift=12"
short_desc="A scalable concurrent allocator"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
homepage="http://www.canonware.com/jemalloc/"
license="BSD"
license="2-clause-BSD"
distfiles="http://www.canonware.com/download/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=0d8a9c8a98adb6983e0ccb521d45d9db1656ef3e71d0b14fb333f2c8138f4611
checksum=3fda8d8d7fcd041aa0bebbecd45c46b28873cf37bd36c56bf44961b36d0f42d0
post_install() {
vlicense COPYING
}
jemalloc-devel_package() {
depends="jemalloc>=${version}_${revision}"