afl: update to 2.57b.

Adopted.
This commit is contained in:
Leah Neukirchen 2020-08-04 14:25:32 +02:00
parent ab4f9dd075
commit 7567004f91
2 changed files with 6 additions and 5 deletions

View file

@ -1,18 +1,18 @@
# Template file for 'afl'
pkgname=afl
version=2.56b
revision=2
version=2.57b
revision=1
# x86 only currently
archs="i686* x86_64*"
wrksrc="AFL-${version}"
build_style=gnu-makefile
hostmakedepends="llvm clang which"
hostmakedepends="clang llvm which"
short_desc="American fuzzy lop - a brute-force fuzzer"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/google/AFL/"
distfiles="https://github.com/google/AFL/archive/v${version}.tar.gz"
checksum=1d4a372e49af02fbcef0dc3ac436d03adff577afc2b6245c783744609d9cdd22
checksum=6f05a6515c07abe49f6f292bd13c96004cc1e016bda0c3cc9c2769dd43f163ee
nostrip_files="small_archive.a small_exec.elf"

1
srcpkgs/afl/update Normal file
View file

@ -0,0 +1 @@
pattern='v\K[\d.]+b'