summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2022-10-25 12:31:37 -0700
committerGI_Jack2022-10-25 12:31:37 -0700
commit104a19ef813f02f0fd2a99f4e69f74ef23bb1685 (patch)
treeb691e939b158c0a37cca92291a6e4b6e66da6010
parentb89dd807db2960b56676a3a3ef99bac389122118 (diff)
downloadaur-104a19ef813f02f0fd2a99f4e69f74ef23bb1685.tar.gz
version 4.04c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ac29a88a22..4b29b94cbf03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sun Aug 14 01:10:21 PM PDT 2022
+# Tue Oct 25 12:31:32 PM PDT 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 = 4.02c
+ pkgver = 4.04c
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.02c.tar.gz
- sha256sums = 55bf55c23ad3af98ba8b098c490b16c7d59a4f5cf7ca284cdbc46d065973c862
+ source = https://github.com/AFLplusplus/AFLplusplus/archive/4.04c.tar.gz
+ sha256sums = 979ae35bc9a06f5283240955762ac69ea91f36a519ec6521b4ee48d2bcea53c2
pkgname = aflplusplus
diff --git a/PKGBUILD b/PKGBUILD
index fd0050be40a2..4b2a397da1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=aflplusplus
-pkgver=4.02c
+pkgver=4.04c
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=('55bf55c23ad3af98ba8b098c490b16c7d59a4f5cf7ca284cdbc46d065973c862')
+sha256sums=('979ae35bc9a06f5283240955762ac69ea91f36a519ec6521b4ee48d2bcea53c2')
prepare() {
cd "AFLplusplus-${pkgver}"