diff options
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,16 +1,16 @@ # Generated by mksrcinfo(replacement shim) v8 -# Mon Jul 19 05:43:40 PM EDT 2021 +# Mon Feb 14 09:02:52 PM PST 2022 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.14c + pkgver = 4.00c pkgrel = 1 - url = https://github.com/vanhauser-thc/AFLplusplus + url = https://github.com/AFLplusplus/AFLplusplus arch = x86_64 license = Apache optdepends = qemu: use QEMU with afl provides = afl conflicts = afl - source = https://github.com/AFLplusplus/AFLplusplus/archive/3.14c.tar.gz - sha256sums = 36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766 + source = https://github.com/AFLplusplus/AFLplusplus/archive/4.00c.tar.gz + sha256sums = f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1 pkgname = aflplusplus @@ -1,17 +1,17 @@ # Maintainer GI Jack <GI_Jack@hackermail.com> pkgname=aflplusplus -pkgver=3.14c +pkgver=4.00c 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') -url="https://github.com/vanhauser-thc/AFLplusplus" +url="https://github.com/AFLplusplus/AFLplusplus" license=('Apache') provides=('afl') conflicts=('afl') optdepends=('qemu: use QEMU with afl') source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz") -sha256sums=('36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766') +sha256sums=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1') prepare() { cd "AFLplusplus-${pkgver}" |