mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
mimalloc: update to 2.1.6
This commit is contained in:
parent
d60c22ab86
commit
453619bda4
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mimalloc'
|
||||
pkgname=mimalloc
|
||||
version=2.1.2
|
||||
version=2.1.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="$(vopt_bool secure MI_SECURE)"
|
||||
|
@ -8,13 +8,17 @@ short_desc="General purpose allocator with excellent performance characteristics
|
|||
maintainer="Peter Wang <novalazy@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/microsoft/mimalloc"
|
||||
distfiles="https://github.com/microsoft/mimalloc/archive/v${version}.tar.gz"
|
||||
checksum=2b1bff6f717f9725c70bf8d79e4786da13de8a270059e4ba0bdd262ae7be46eb
|
||||
distfiles="https://github.com/microsoft/mimalloc/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=0ec960b656f8623de35012edacb988f8edcc4c90d2ce6c19f1d290fbb4872ccc
|
||||
|
||||
build_options="secure"
|
||||
build_options_default="secure"
|
||||
desc_option_secure="Build mimalloc in secure mode"
|
||||
|
||||
if [ "${XBPS_TARGET_LIBC}" = "musl" ]; then
|
||||
configure_args+=" MI_LIBC_MUSL=ON"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue