summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2022-07-12 21:05:17 -0700
committerGI_Jack2022-07-12 21:05:17 -0700
commitd70107720a5c0c45c39e928337c4ca0db5f93c42 (patch)
tree5becaba6668789296f4a5307bedced23db57921c /PKGBUILD
parent0fe58b4d5286865368b8e43b86611339f7705204 (diff)
downloadaur-d70107720a5c0c45c39e928337c4ca0db5f93c42.tar.gz
version 4.01c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5dc37c6ab8a..03a0f3417170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.00c
+pkgver=4.01c
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')
@@ -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=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1')
+sha256sums=('4a0b42a62272c8f07cfba8f5f2fc43a5c072a30d0dbee47732bb2f06ecd7e44f')
prepare() {
cd "AFLplusplus-${pkgver}"