summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Sautereau2020-11-11 11:40:26 +0100
committerThibaut Sautereau2020-11-11 11:40:26 +0100
commit2cffabccc9dcaa0d7645d04ec5b6c9f8749c891e (patch)
tree2f54218c530510ac2a5b33bd3c246007c71215c8
parentb5469f92aafa0b900b0c0e34d112659c2b1d874a (diff)
downloadaur-2cffabccc9dcaa0d7645d04ec5b6c9f8749c891e.tar.gz
Bump to version 4
See https://github.com/GrapheneOS/hardened_malloc/compare/3...4 for full list of changes from the previous release (version 3).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e172ab9526..ed7d1bfb6bb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardened_malloc
pkgdesc = Hardened allocator designed for modern systems
- pkgver = 3
+ pkgver = 4
pkgrel = 1
url = https://github.com/GrapheneOS/hardened_malloc
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hardened_malloc
makedepends = git
provides = libhardened_malloc.so-64
conflicts = hardened-malloc-git
- source = git+https://github.com/GrapheneOS/hardened_malloc#tag=3?signed
+ source = git+https://github.com/GrapheneOS/hardened_malloc#tag=4?signed
validpgpkeys = 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 705545d9eef2..5f88ed30c000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thibaut Sautereau (thithib) <thibaut at sautereau dot fr>
pkgname=hardened_malloc
-pkgver=3
+pkgver=4
pkgrel=1
pkgdesc="Hardened allocator designed for modern systems"
arch=('x86_64')