summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Sautereau2021-03-28 21:27:19 +0200
committerThibaut Sautereau2021-03-28 21:27:19 +0200
commit29a1fac698b30e13465c82b8bed07d6e4439c36b (patch)
tree45f0bcbca2d1ff332521bd81f918226b9d35aad0
parentccc7bbdbcd8cf0b2a25088757d43042b8467fc76 (diff)
downloadaur-29a1fac698b30e13465c82b8bed07d6e4439c36b.tar.gz
Bump to version 7
See https://github.com/GrapheneOS/hardened_malloc/compare/6...7 for full list of changes from the previous release (version 6).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b17f6290e24..e687e308bf46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardened_malloc
pkgdesc = Hardened allocator designed for modern systems
- pkgver = 6
+ pkgver = 7
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=6?signed
+ source = git+https://github.com/GrapheneOS/hardened_malloc#tag=7?signed
validpgpkeys = 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 32a2375f005a..ab4ff5edbbf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thibaut Sautereau (thithib) <thibaut at sautereau dot fr>
pkgname=hardened_malloc
-pkgver=6
+pkgver=7
pkgrel=1
pkgdesc="Hardened allocator designed for modern systems"
arch=('x86_64')