summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Wagner2021-11-15 19:17:06 +0100
committerRené Wagner2021-11-15 19:17:06 +0100
commit66c581c11b92667955033434c327be5f6c359fe1 (patch)
tree8a1b1fb6488fe1fc06a9414ce039a01dbbce9d93
parent3067e566e452e24f4b16d5d527a526239de286a5 (diff)
downloadaur-66c581c11b92667955033434c327be5f6c359fe1.tar.gz
update to 2.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3b37d62ec0..2f170de36540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mimalloc
pkgdesc = General-purpose allocator with excellent performance characteristics
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/microsoft/mimalloc
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = mimalloc
provides = mimalloc
conflicts = mimalloc-git
options = staticlibs
- source = mimalloc_2.0.2::git+https://github.com/microsoft/mimalloc.git#tag=v2.0.2
+ source = mimalloc_2.0.3::git+https://github.com/microsoft/mimalloc.git#tag=v2.0.3
sha256sums = SKIP
pkgname = mimalloc
diff --git a/PKGBUILD b/PKGBUILD
index 302fc5c2d45e..d98414f02e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Diab Neiroukh <lazerl0rd@thezest.dev>
pkgname=mimalloc
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc='General-purpose allocator with excellent performance characteristics'
arch=('x86_64')