summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Wagner2020-08-14 15:55:50 +0200
committerRené Wagner2020-08-14 15:55:50 +0200
commita184b2f324b936b91c743dca298d1c6c40d1ce68 (patch)
treea74e5f028b75b495f92d82a2d0c32d6eb053577f
parent3646226135b71ecb18ac6ffc5d9876175931fdd3 (diff)
downloadaur-a184b2f324b936b91c743dca298d1c6c40d1ce68.tar.gz
update to 1.6.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c93554561141..6aa3612bf15c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mimalloc
pkgdesc = General-purpose allocator with excellent performance characteristics
- pkgver = 1.6.3
+ pkgver = 1.6.4
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_1.6.3::git+https://github.com/microsoft/mimalloc.git#tag=v1.6.3
+ source = mimalloc_1.6.4::git+https://github.com/microsoft/mimalloc.git#tag=v1.6.4
sha256sums = SKIP
pkgname = mimalloc
diff --git a/PKGBUILD b/PKGBUILD
index 9cbfe82e5dd8..8a4fb07ece2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: René Wagner < rwagner at rw-net dot de >
pkgname=mimalloc
-pkgver=1.6.3
+pkgver=1.6.4
pkgrel=1
pkgdesc='General-purpose allocator with excellent performance characteristics'
arch=('x86_64')