summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2023-04-20 15:57:24 -0700
committerGI_Jack2023-04-20 15:57:24 -0700
commit6bae3dc222dae5949aa466ae72a3921fafff4dfd (patch)
treea17fc5bd696958ae6a1cb672f66e504ba8a29809 /PKGBUILD
parent265d75228b90003446fef4b35a694ce4ecf14501 (diff)
downloadaur-6bae3dc222dae5949aa466ae72a3921fafff4dfd.tar.gz
version 4.06c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7679bc1c232..e19c31b0d0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.05c
-pkgrel=2
+pkgver=4.06c
+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"
@@ -12,7 +12,7 @@ conflicts=('afl')
optdepends=('qemu: use QEMU with afl'
'lld')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
-sha256sums=('5a2a7e94690771e2d80d2b30a72352e16bcc14f2cfff6d6fc1fd67f0ce2a9d3b')
+sha256sums=('98ef9d9a1eee10b1642067700a3ea2ff87ee7aa6ca4a15cb924053c41d119423')
prepare() {
cd "AFLplusplus-${pkgver}"