summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2023-09-28 10:40:44 -0700
committerGI_Jack2023-09-28 10:40:44 -0700
commit33ac8916351fe2aa772c228035cf227b4374bf73 (patch)
treec40646ead84685d71708e2e8d399bbf38e5f5719
parent6bae3dc222dae5949aa466ae72a3921fafff4dfd (diff)
downloadaur-33ac8916351fe2aa772c228035cf227b4374bf73.tar.gz
version 4.08c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a2c9b969bdb..e18b7438b83a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Thu Apr 20 03:57:18 PM PDT 2023
+# Thu Sep 28 10:40:39 AM PDT 2023
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.06c
+ pkgver = 4.08c
pkgrel = 1
url = https://github.com/AFLplusplus/AFLplusplus
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = aflplusplus
optdepends = lld
provides = afl
conflicts = afl
- source = https://github.com/AFLplusplus/AFLplusplus/archive/4.06c.tar.gz
- sha256sums = 98ef9d9a1eee10b1642067700a3ea2ff87ee7aa6ca4a15cb924053c41d119423
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.08c.tar.gz
+ sha256sums = f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305
pkgname = aflplusplus
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}"