summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2023-09-28 10:40:44 -0700
committerGI_Jack2023-09-28 10:40:44 -0700
commit33ac8916351fe2aa772c228035cf227b4374bf73 (patch)
treec40646ead84685d71708e2e8d399bbf38e5f5719 /PKGBUILD
parent6bae3dc222dae5949aa466ae72a3921fafff4dfd (diff)
downloadaur-33ac8916351fe2aa772c228035cf227b4374bf73.tar.gz
version 4.08c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e19c31b0d0b5..04a09e9eca27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.06c
+pkgver=4.08c
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,8 +11,8 @@ provides=('afl')
conflicts=('afl')
optdepends=('qemu: use QEMU with afl'
'lld')
-source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
-sha256sums=('98ef9d9a1eee10b1642067700a3ea2ff87ee7aa6ca4a15cb924053c41d119423')
+source=("https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305')
prepare() {
cd "AFLplusplus-${pkgver}"