summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-07-19 17:43:48 -0400
committerGI_Jack2021-07-19 17:43:48 -0400
commit706c2f021152343a8f85d004ce89e9036711905e (patch)
tree189129a0b1a2a0bf160ca950c879234e4253e179
parent41d16a913b9bc657e3df17382df7554d8c7fb16d (diff)
downloadaur-706c2f021152343a8f85d004ce89e9036711905e.tar.gz
version 3.14c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80449c3b658a..3aca38669de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Jul 13 10:20:42 AM EDT 2021
+# Mon Jul 19 05:43:40 PM EDT 2021
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.13c
+ pkgver = 3.14c
pkgrel = 1
url = https://github.com/vanhauser-thc/AFLplusplus
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = aflplusplus
optdepends = qemu: use QEMU with afl
provides = afl
conflicts = afl
- source = https://github.com/AFLplusplus/AFLplusplus/archive/3.13c.tar.gz
- sha256sums = 7b0d5b17acb38c19878865b91a26ec718fa0ef53363473240c7cfbdbed356f7f
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/3.14c.tar.gz
+ sha256sums = 36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index aa47ef1541e1..a8ddb44a721c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=3.13c
+pkgver=3.14c
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')
@@ -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=('7b0d5b17acb38c19878865b91a26ec718fa0ef53363473240c7cfbdbed356f7f')
+sha256sums=('36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766')
prepare() {
cd "AFLplusplus-${pkgver}"