summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Sautereau2021-01-08 20:38:22 +0100
committerThibaut Sautereau2021-01-08 20:38:22 +0100
commite84911509d97997cbcaa78cfc133b5c0b9d2aa26 (patch)
tree48892f8b99745a8396690db8f039b07f21b635af
parent3fba88a470e374f66d72f17bf70ea6eb99436ed7 (diff)
downloadaur-e84911509d97997cbcaa78cfc133b5c0b9d2aa26.tar.gz
Bump to version 5
See https://github.com/GrapheneOS/hardened_malloc/compare/4...5 for full list of changes from the previous release (version 4).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1144b7d0312f..774285f3cd7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hardened_malloc
pkgdesc = Hardened allocator designed for modern systems
- pkgver = 4
- pkgrel = 2
+ pkgver = 5
+ pkgrel = 1
url = https://github.com/GrapheneOS/hardened_malloc
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = hardened_malloc
makedepends = git
depends = gcc-libs
provides = libhardened_malloc.so
- source = git+https://github.com/GrapheneOS/hardened_malloc#tag=4?signed
+ source = git+https://github.com/GrapheneOS/hardened_malloc#tag=5?signed
validpgpkeys = 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a4b3dfd36e59..d1679822db0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Thibaut Sautereau (thithib) <thibaut at sautereau dot fr>
pkgname=hardened_malloc
-pkgver=4
-pkgrel=2
+pkgver=5
+pkgrel=1
pkgdesc="Hardened allocator designed for modern systems"
arch=('x86_64')
url="https://github.com/GrapheneOS/hardened_malloc"