mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
afl: update to 2.56b.
This commit is contained in:
parent
0c3e24fe12
commit
f45ad8b186
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'afl'
|
# Template file for 'afl'
|
||||||
pkgname=afl
|
pkgname=afl
|
||||||
version=2.55b
|
version=2.56b
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="AFL-${version}"
|
|
||||||
build_style=gnu-makefile
|
|
||||||
# x86 only currently
|
# x86 only currently
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
|
wrksrc="AFL-${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
hostmakedepends="llvm clang"
|
hostmakedepends="llvm clang"
|
||||||
short_desc="American fuzzy lop - a brute-force fuzzer"
|
short_desc="American fuzzy lop - a brute-force fuzzer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/AFL/"
|
homepage="https://github.com/google/AFL/"
|
||||||
distfiles="https://github.com/google/AFL/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/AFL/archive/v${version}.tar.gz"
|
||||||
checksum=ca96fa6fac76f1ee104762cc9313be37a398f936f2b0e8a9f66e94244ae6babc
|
checksum=1d4a372e49af02fbcef0dc3ac436d03adff577afc2b6245c783744609d9cdd22
|
||||||
|
|
||||||
nostrip_files="small_archive.a small_exec.elf"
|
nostrip_files="small_archive.a small_exec.elf"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue