summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2023-04-20 15:57:24 -0700
committerGI_Jack2023-04-20 15:57:24 -0700
commit6bae3dc222dae5949aa466ae72a3921fafff4dfd (patch)
treea17fc5bd696958ae6a1cb672f66e504ba8a29809
parent265d75228b90003446fef4b35a694ce4ecf14501 (diff)
downloadaur-6bae3dc222dae5949aa466ae72a3921fafff4dfd.tar.gz
version 4.06c
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ff0db6609e..1a2c9b969bdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Feb 14 06:32:24 PM PST 2023
+# Thu Apr 20 03:57:18 PM PDT 2023
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.05c
- pkgrel = 2
+ pkgver = 4.06c
+ pkgrel = 1
url = https://github.com/AFLplusplus/AFLplusplus
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = aflplusplus
optdepends = lld
provides = afl
conflicts = afl
- source = https://github.com/AFLplusplus/AFLplusplus/archive/4.05c.tar.gz
- sha256sums = 5a2a7e94690771e2d80d2b30a72352e16bcc14f2cfff6d6fc1fd67f0ce2a9d3b
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/4.06c.tar.gz
+ sha256sums = 98ef9d9a1eee10b1642067700a3ea2ff87ee7aa6ca4a15cb924053c41d119423
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index a7679bc1c232..e19c31b0d0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.05c
-pkgrel=2
+pkgver=4.06c
+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"
@@ -12,7 +12,7 @@ conflicts=('afl')
optdepends=('qemu: use QEMU with afl'
'lld')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
-sha256sums=('5a2a7e94690771e2d80d2b30a72352e16bcc14f2cfff6d6fc1fd67f0ce2a9d3b')
+sha256sums=('98ef9d9a1eee10b1642067700a3ea2ff87ee7aa6ca4a15cb924053c41d119423')
prepare() {
cd "AFLplusplus-${pkgver}"