summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2023-01-06 14:11:36 -0800
committerGI_Jack2023-01-06 14:11:36 -0800
commit01b64f302b6ffcc331efd38b052b3683ca370c43 (patch)
treea1e55aa94876adf47cec84a129c43c0382dbd435
parent104a19ef813f02f0fd2a99f4e69f74ef23bb1685 (diff)
downloadaur-01b64f302b6ffcc331efd38b052b3683ca370c43.tar.gz
version 4.05c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b29b94cbf03..50ce2758ae4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Oct 25 12:31:32 PM PDT 2022
+# Fri Jan 6 02:11:31 PM PST 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.04c
+ pkgver = 4.05c
pkgrel = 1
url = https://github.com/AFLplusplus/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/4.04c.tar.gz
- sha256sums = 979ae35bc9a06f5283240955762ac69ea91f36a519ec6521b4ee48d2bcea53c2
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/4.05c.tar.gz
+ sha256sums = 5a2a7e94690771e2d80d2b30a72352e16bcc14f2cfff6d6fc1fd67f0ce2a9d3b
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index 4b2a397da1d4..d3f9746255de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.04c
+pkgver=4.05c
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=('979ae35bc9a06f5283240955762ac69ea91f36a519ec6521b4ee48d2bcea53c2')
+sha256sums=('5a2a7e94690771e2d80d2b30a72352e16bcc14f2cfff6d6fc1fd67f0ce2a9d3b')
prepare() {
cd "AFLplusplus-${pkgver}"