diff options
author | GI_Jack | 2022-02-14 21:03:00 -0800 |
---|---|---|
committer | GI_Jack | 2022-02-14 21:03:00 -0800 |
commit | 0fe58b4d5286865368b8e43b86611339f7705204 (patch) | |
tree | b6cef85f14ec2ca031655b4788cce0d24426c044 /PKGBUILD | |
parent | e10b4f6dd08bc33071ff597ba309a4384aef5f84 (diff) | |
download | aur-aflplusplus.tar.gz |
version 4.00c
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer GI Jack <GI_Jack@hackermail.com> pkgname=aflplusplus -pkgver=3.14c -pkgrel=2 +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/AFLplusplus/AFLplusplus" @@ -11,7 +11,7 @@ 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}" |