summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Wagner2021-08-15 18:57:28 +0200
committerRené Wagner2021-08-15 18:57:28 +0200
commit3067e566e452e24f4b16d5d527a526239de286a5 (patch)
tree918a265f635f7a0171170fc2db6aba3a608bb68d
parent98e6ca0a0dfbb2e5ac309c6d9346e4b6ed559047 (diff)
downloadaur-3067e566e452e24f4b16d5d527a526239de286a5.tar.gz
update to 2.0.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0f314f86aad..ac3b37d62ec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mimalloc
pkgdesc = General-purpose allocator with excellent performance characteristics
- pkgver = 2.0.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/microsoft/mimalloc
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = mimalloc
provides = mimalloc
conflicts = mimalloc-git
options = staticlibs
- source = mimalloc_2.0.0::git+https://github.com/microsoft/mimalloc.git#tag=v2.0.0
+ source = mimalloc_2.0.2::git+https://github.com/microsoft/mimalloc.git#tag=v2.0.2
sha256sums = SKIP
pkgname = mimalloc
-
diff --git a/PKGBUILD b/PKGBUILD
index 31b43ce68b3f..302fc5c2d45e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Diab Neiroukh <lazerl0rd@thezest.dev>
pkgname=mimalloc
-pkgver=2.0.0
+pkgver=2.0.2
pkgrel=1
pkgdesc='General-purpose allocator with excellent performance characteristics'
arch=('x86_64')