summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e18b7438b83a..d65b7baca402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Thu Sep 28 10:40:39 AM PDT 2023
+# Wed Jan 17 04:36:21 PM PST 2024
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.08c
+ pkgver = 4.09c
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/refs/tags/v4.08c.tar.gz
- sha256sums = f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.09c.tar.gz
+ sha256sums = 2d3b2e4f066b1f3eda17faff147dfa3e4b16fba044257361aca51a2322c5122d
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index 04a09e9eca27..ce7cc2255733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.08c
+pkgver=4.09c
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')
@@ -12,7 +12,7 @@ conflicts=('afl')
optdepends=('qemu: use QEMU with afl'
'lld')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305')
+sha256sums=('2d3b2e4f066b1f3eda17faff147dfa3e4b16fba044257361aca51a2322c5122d')
prepare() {
cd "AFLplusplus-${pkgver}"