summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2022-02-14 21:03:00 -0800
committerGI_Jack2022-02-14 21:03:00 -0800
commit0fe58b4d5286865368b8e43b86611339f7705204 (patch)
treeb6cef85f14ec2ca031655b4788cce0d24426c044
parente10b4f6dd08bc33071ff597ba309a4384aef5f84 (diff)
downloadaur-0fe58b4d5286865368b8e43b86611339f7705204.tar.gz
version 4.00c
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ebf3787091..0d2e5153f55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sat Nov 27 03:21:08 PM PST 2021
+# Mon Feb 14 09:02:52 PM PST 2022
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.00c
+ pkgrel = 1
url = https://github.com/AFLplusplus/AFLplusplus
arch = x86_64
license = Apache
optdepends = qemu: use QEMU with afl
provides = afl
conflicts = afl
- source = https://github.com/AFLplusplus/AFLplusplus/archive/3.14c.tar.gz
- sha256sums = 36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/4.00c.tar.gz
+ sha256sums = f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index 2d477b18fe94..a5dc37c6ab8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=3.14c
-pkgrel=2
+pkgver=4.00c
+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"
@@ -11,7 +11,7 @@ provides=('afl')
conflicts=('afl')
optdepends=('qemu: use QEMU with afl')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
-sha256sums=('36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766')
+sha256sums=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1')
prepare() {
cd "AFLplusplus-${pkgver}"