summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Wagner2020-10-27 19:19:59 +0100
committerRené Wagner2020-10-27 19:19:59 +0100
commitc41bcb5ddb4b47ea245b3aa64d3a4e1dc282e949 (patch)
tree71c672f340c0b330df8979f756d5a647fac6a839
parenta184b2f324b936b91c743dca298d1c6c40d1ce68 (diff)
downloadaur-c41bcb5ddb4b47ea245b3aa64d3a4e1dc282e949.tar.gz
update to 1.6.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa3612bf15c..5a7a11ce9624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mimalloc
pkgdesc = General-purpose allocator with excellent performance characteristics
- pkgver = 1.6.4
+ pkgver = 1.6.7
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.4::git+https://github.com/microsoft/mimalloc.git#tag=v1.6.4
+ source = mimalloc_1.6.7::git+https://github.com/microsoft/mimalloc.git#tag=v1.6.7
sha256sums = SKIP
pkgname = mimalloc
diff --git a/PKGBUILD b/PKGBUILD
index 8a4fb07ece2f..5caa9c7f2bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: René Wagner < rwagner at rw-net dot de >
pkgname=mimalloc
-pkgver=1.6.4
+pkgver=1.6.7
pkgrel=1
pkgdesc='General-purpose allocator with excellent performance characteristics'
arch=('x86_64')