afl: update to 1.83b.
This commit is contained in:
parent
824ebbc3af
commit
0712ce96ea
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'afl'
|
||||
pkgname=afl
|
||||
version=1.80b
|
||||
version=1.83b
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
# x86 only currently
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
short_desc="American fuzzy lop - a brute-force fuzzer"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://lcamtuf.coredump.cx/afl/"
|
||||
distfiles="http://lcamtuf.coredump.cx/afl/releases/afl-${version}.tgz"
|
||||
checksum=e042cfe30d03ef6df3ae92619408e236d1a8e9bb6cf94ca107c4519e23161401
|
||||
checksum=5b1083537b549c74250acb43023d4bf0551508afcb07daa90330d40adb4e6efe
|
||||
|
||||
pre_build() {
|
||||
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
||||
|
|
Loading…
Reference in a new issue