diff options
| author | xplshn <xplshn@murena.io> | 2025-01-12 23:48:37 -0300 |
|---|---|---|
| committer | xplshn <xplshn@murena.io> | 2025-01-12 23:48:37 -0300 |
| commit | 7c335cd27e0a2c8abb954a19fc3e0aa3fab07ac8 (patch) | |
| tree | eb85ffa19186876d4edb617b473c633a99563dbf /repos/extra/mimalloc/abuild | |
| parent | cae90e830c30ffb47f6dd687581bdbed50c402e4 (diff) | |
| download | alicelinux-7c335cd27e0a2c8abb954a19fc3e0aa3fab07ac8.tar.gz alicelinux-7c335cd27e0a2c8abb954a19fc3e0aa3fab07ac8.zip | |
fix: mimalloc recipe
Signed-off-by: xplshn <xplshn@murena.io>
Diffstat (limited to 'repos/extra/mimalloc/abuild')
| -rwxr-xr-x | repos/extra/mimalloc/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/mimalloc/abuild b/repos/extra/mimalloc/abuild index 8364b862..923a2228 100755 --- a/repos/extra/mimalloc/abuild +++ b/repos/extra/mimalloc/abuild @@ -1,5 +1,5 @@ name=mimalloc -version=v2.1.9 # V2 is the stable branch, V3 is still very experimental +version=2.1.9 release=1 source="https://github.com/microsoft/${name}/archive/v${version}/${name}-v${version}.tar.gz" keep_static=1 |