summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2024-04-23 09:37:06 -0700
committerGI_Jack2024-04-23 09:37:06 -0700
commitbbe40254ada42c442f5b2c81f387c3c8228d9e0b (patch)
tree1165c76c620fd98b35afd464cae4bf6a2c8106da
parent8f1ef9e076fa1c25e3856f0a9e4c444859f07c6f (diff)
downloadaur-aflplusplus.tar.gz
version update
4.20c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65b7baca402..9481c24375ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Wed Jan 17 04:36:21 PM PST 2024
+# Tue Apr 23 09:37:00 AM PDT 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.09c
+ pkgver = 4.20c
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.09c.tar.gz
- sha256sums = 2d3b2e4f066b1f3eda17faff147dfa3e4b16fba044257361aca51a2322c5122d
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.20c.tar.gz
+ sha256sums = 855ddefbe9c88911146c1b7cb50dc5423b7623a7a59343f34f31bf038a865a24
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index ce7cc2255733..a066d902506a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.09c
+pkgver=4.20c
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=('2d3b2e4f066b1f3eda17faff147dfa3e4b16fba044257361aca51a2322c5122d')
+sha256sums=('855ddefbe9c88911146c1b7cb50dc5423b7623a7a59343f34f31bf038a865a24')
prepare() {
cd "AFLplusplus-${pkgver}"