summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-04-05 20:23:24 -0400
committerGI_Jack2021-04-05 20:23:24 -0400
commit99923bfe34c2f3a769130c27a29d6468cfb6f5a6 (patch)
treee7435988de3160451e90e6a6f2aa4427af91b510
parent3bdffe34fc8f2037476ff6615f89de7146163041 (diff)
downloadaur-99923bfe34c2f3a769130c27a29d6468cfb6f5a6.tar.gz
version 3.12c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a621a28b6b..a0b86faf904f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun Dec 20 05:16:31 AM EST 2020
+# Mon Apr 5 08:23:18 PM EDT 2021
pkgbase = aflplusplus
pkgdesc = afl++ is afl with community patches, AFLfast power schedules, qemu 3.1 upgrade + laf-intel support, MOpt mutators, InsTrim instrumentation, unicorn_mode and a lot more!
- pkgver = 3.00c
+ pkgver = 3.12c
pkgrel = 1
url = https://github.com/vanhauser-thc/AFLplusplus
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = aflplusplus
optdepends = qemu: use QEMU with afl
provides = afl
conflicts = afl
- source = https://github.com/AFLplusplus/AFLplusplus/archive/3.0c.tar.gz
- sha256sums = 75a2cd6c9e14d4160defcf4899c6d654eba9ae1aad2b2c850bb165c84ee763bb
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/3.12c.tar.gz
+ sha256sums = 0240d34a2f99d157063e31d0c2d2801a68bc015e09187d9cc197637ec8fda635
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index a693287b2f65..d185748c38f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=3.00c
-_pkgver=3.0c
+pkgver=3.12c
+_pkgver=3.12c
pkgrel=1
pkgdesc="afl++ is afl with community patches, AFLfast power schedules, qemu 3.1 upgrade + laf-intel support, MOpt mutators, InsTrim instrumentation, unicorn_mode and a lot more!"
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('afl')
conflicts=('afl')
optdepends=('qemu: use QEMU with afl')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/${_pkgver}.tar.gz")
-sha256sums=('75a2cd6c9e14d4160defcf4899c6d654eba9ae1aad2b2c850bb165c84ee763bb')
+sha256sums=('0240d34a2f99d157063e31d0c2d2801a68bc015e09187d9cc197637ec8fda635')
prepare() {
cd "AFLplusplus-${_pkgver}"