summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Wagner2020-05-20 20:20:56 +0200
committerRené Wagner2020-05-20 20:20:56 +0200
commit3646226135b71ecb18ac6ffc5d9876175931fdd3 (patch)
tree4e387dbddbd7a3337be88ae3c7e95ffa20f1f7e3
parentf194c742f582a684ea23ec246e8fd3f173da4a17 (diff)
downloadaur-3646226135b71ecb18ac6ffc5d9876175931fdd3.tar.gz
update to version 1.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f8b156e6f14..c93554561141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mimalloc
pkgdesc = General-purpose allocator with excellent performance characteristics
- pkgver = 1.6.1
- pkgrel = 4
+ pkgver = 1.6.3
+ pkgrel = 1
url = https://github.com/microsoft/mimalloc
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = mimalloc
provides = mimalloc
conflicts = mimalloc-git
options = staticlibs
- source = mimalloc_1.6.1::git+https://github.com/microsoft/mimalloc.git#tag=v1.6.1
+ source = mimalloc_1.6.3::git+https://github.com/microsoft/mimalloc.git#tag=v1.6.3
sha256sums = SKIP
pkgname = mimalloc
diff --git a/PKGBUILD b/PKGBUILD
index 087bd4798ce5..9cbfe82e5dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: René Wagner < rwagner at rw-net dot de >
pkgname=mimalloc
-pkgver=1.6.1
-pkgrel=4
+pkgver=1.6.3
+pkgrel=1
pkgdesc='General-purpose allocator with excellent performance characteristics'
arch=('x86_64')
license=('MIT')