Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/mimalloc/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mimalloc'
pkgname=mimalloc
version=3.4.1
version=3.4.3
revision=1
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=Release -DMI_BUILD_OBJECT=OFF
Expand All @@ -10,7 +10,7 @@ maintainer="Peter Wang <novalazy@gmail.com>"
license="MIT"
homepage="https://github.com/microsoft/mimalloc"
distfiles="https://github.com/microsoft/mimalloc/archive/refs/tags/v${version}.tar.gz"
checksum=37107a52c16baa80c5f74861dddda7b27bb9949e41a6637691867a94c88ca446
checksum=7b043c26b64dde66344d144fbcac3664858a4eb32197793ea2a18feb32741ca1

build_options="secure"
build_options_default="secure"
Expand Down