summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Sautereau2021-05-14 18:59:46 +0200
committerThibaut Sautereau2021-05-14 19:00:56 +0200
commitfcaa6d2c3c6f79b81f921bf270ea02e1e25bfdf1 (patch)
tree237c518c9919246b49f8d81e5d2391d252355e7f
parent29a1fac698b30e13465c82b8bed07d6e4439c36b (diff)
downloadaur-fcaa6d2c3c6f79b81f921bf270ea02e1e25bfdf1.tar.gz
Bump to version 8
See https://github.com/GrapheneOS/hardened_malloc/compare/7...8 for full list of changes from the previous release (version 7).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e687e308bf46..2a6d9a95be2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardened_malloc
pkgdesc = Hardened allocator designed for modern systems
- pkgver = 7
+ pkgver = 8
pkgrel = 1
url = https://github.com/GrapheneOS/hardened_malloc
arch = x86_64
@@ -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=7?signed
+ source = git+https://github.com/GrapheneOS/hardened_malloc#tag=8?signed
validpgpkeys = 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab4ff5edbbf3..fdf1ac4d382d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thibaut Sautereau (thithib) <thibaut at sautereau dot fr>
pkgname=hardened_malloc
-pkgver=7
+pkgver=8
pkgrel=1
pkgdesc="Hardened allocator designed for modern systems"
arch=('x86_64')