summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2022-08-14 13:15:46 -0700
committerGI_Jack2022-08-14 13:15:46 -0700
commitb89dd807db2960b56676a3a3ef99bac389122118 (patch)
tree6d39e471aa3b67dcffcb6292696387cd971876d6
parentd70107720a5c0c45c39e928337c4ca0db5f93c42 (diff)
downloadaur-b89dd807db2960b56676a3a3ef99bac389122118.tar.gz
version 4.02c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a62bbff0096..b1ac29a88a22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Jul 12 09:05:12 PM PDT 2022
+# Sun Aug 14 01:10:21 PM PDT 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 = 4.01c
+ pkgver = 4.02c
pkgrel = 1
url = https://github.com/AFLplusplus/AFLplusplus
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = aflplusplus
optdepends = qemu: use QEMU with afl
provides = afl
conflicts = afl
- source = https://github.com/AFLplusplus/AFLplusplus/archive/4.01c.tar.gz
- sha256sums = 4a0b42a62272c8f07cfba8f5f2fc43a5c072a30d0dbee47732bb2f06ecd7e44f
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/4.02c.tar.gz
+ sha256sums = 55bf55c23ad3af98ba8b098c490b16c7d59a4f5cf7ca284cdbc46d065973c862
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index 03a0f3417170..fd0050be40a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.01c
+pkgver=4.02c
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=('4a0b42a62272c8f07cfba8f5f2fc43a5c072a30d0dbee47732bb2f06ecd7e44f')
+sha256sums=('55bf55c23ad3af98ba8b098c490b16c7d59a4f5cf7ca284cdbc46d065973c862')
prepare() {
cd "AFLplusplus-${pkgver}"