summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d9b566b2a88..7d68dc238510 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = aflplusplus-git
- 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 = 2.54c
+ pkgdesc = The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
+ pkgver = v4.10c.r0.g775861ea
pkgrel = 1
- url = https://github.com/vanhauser-thc/AFLplusplus
+ url = https://github.com/AFLplusplus/AFLplusplus
arch = x86_64
license = Apache
makedepends = git
provides = afl
conflicts = afl
- source = git://github.com/vanhauser-thc/AFLplusplus.git
+ source = git+https://github.com/AFLplusplus/AFLplusplus.git
sha256sums = SKIP
pkgname = aflplusplus-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 4617cf2bafbe..1c6182a68680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: B.C. van Zuiden <zuiden@ilorentz.org>
_pkgname=aflplusplus
pkgname=${_pkgname}-git
-pkgver=4.01c.r49.gc57988e6
+pkgver=v4.10c.r0.g775861ea
pkgrel=1
pkgdesc="The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!"
arch=('x86_64')