summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ebf3787091..9481c24375ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sat Nov 27 03:21:08 PM PST 2021
+# 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 = 3.14c
- pkgrel = 2
+ pkgver = 4.20c
+ pkgrel = 1
url = https://github.com/AFLplusplus/AFLplusplus
arch = x86_64
license = Apache
optdepends = qemu: use QEMU with afl
+ optdepends = lld
provides = afl
conflicts = afl
- source = https://github.com/AFLplusplus/AFLplusplus/archive/3.14c.tar.gz
- sha256sums = 36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.20c.tar.gz
+ sha256sums = 855ddefbe9c88911146c1b7cb50dc5423b7623a7a59343f34f31bf038a865a24
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index 2d477b18fe94..a066d902506a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=3.14c
-pkgrel=2
+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')
url="https://github.com/AFLplusplus/AFLplusplus"
license=('Apache')
provides=('afl')
conflicts=('afl')
-optdepends=('qemu: use QEMU with afl')
-source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
-sha256sums=('36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766')
+optdepends=('qemu: use QEMU with afl'
+ 'lld')
+source=("https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('855ddefbe9c88911146c1b7cb50dc5423b7623a7a59343f34f31bf038a865a24')
prepare() {
cd "AFLplusplus-${pkgver}"