summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Sautereau2024-05-30 23:44:03 +0200
committerThibaut Sautereau2024-05-30 23:44:03 +0200
commit15407b0b83d5e8f9b9cda8c55ee251c7a4ec8cc3 (patch)
tree4325dae6cc034d96cfc5c037457ca7b7d7a4d319
parent0ed082343196aa576d6aac68e48bf431b7a4f041 (diff)
downloadaur-15407b0b83d5e8f9b9cda8c55ee251c7a4ec8cc3.tar.gz
Bump to version 12
See https://github.com/GrapheneOS/hardened_malloc/releases/tag/12
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e3d96ce9f5..021f11c971ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardened_malloc
pkgdesc = Hardened allocator designed for modern systems
- pkgver = 11
+ pkgver = 12
pkgrel = 1
url = https://github.com/GrapheneOS/hardened_malloc
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = hardened_malloc
depends = gcc-libs
provides = libhardened_malloc.so
provides = libhardened_malloc-light.so
- source = git+https://github.com/GrapheneOS/hardened_malloc#tag=11?signed
- validpgpkeys = 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
- sha256sums = SKIP
+ source = git+https://github.com/GrapheneOS/hardened_malloc#tag=12
+ sha256sums = 0e683c105fe17ccd23060ad3f5f3ce62b989cb80ef8ce95f70efc63bf63974d6
pkgname = hardened_malloc
diff --git a/PKGBUILD b/PKGBUILD
index 07a026b44f30..ba7460ed23fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thibaut Sautereau (thithib) <thibaut at sautereau dot fr>
pkgname=hardened_malloc
-pkgver=11
+pkgver=12
pkgrel=1
pkgdesc="Hardened allocator designed for modern systems"
arch=('x86_64')
@@ -11,9 +11,8 @@ depends=('gcc-libs')
makedepends=('git')
checkdepends=('python')
provides=('libhardened_malloc.so' 'libhardened_malloc-light.so')
-source=("git+https://github.com/GrapheneOS/$pkgname#tag=$pkgver?signed")
-sha256sums=('SKIP')
-validpgpkeys=('65EEFE022108E2B708CBFCF7F9E712E59AF5F22A') # Daniel Micay <danielmicay@gmail.com>
+source=("git+https://github.com/GrapheneOS/$pkgname#tag=$pkgver")
+sha256sums=('0e683c105fe17ccd23060ad3f5f3ce62b989cb80ef8ce95f70efc63bf63974d6')
build() {
cd "$pkgname"