diff options
author | Thibaut Sautereau | 2024-05-30 23:44:03 +0200 |
---|---|---|
committer | Thibaut Sautereau | 2024-05-30 23:44:03 +0200 |
commit | 15407b0b83d5e8f9b9cda8c55ee251c7a4ec8cc3 (patch) | |
tree | 4325dae6cc034d96cfc5c037457ca7b7d7a4d319 | |
parent | 0ed082343196aa576d6aac68e48bf431b7a4f041 (diff) | |
download | aur-15407b0b83d5e8f9b9cda8c55ee251c7a4ec8cc3.tar.gz |
Bump to version 12
See https://github.com/GrapheneOS/hardened_malloc/releases/tag/12
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 8 deletions
@@ -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 @@ -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" |