community/afl to 2.17b-1

This commit is contained in:
Kevin Mihelich 2016-07-01 18:48:33 +00:00
parent 204f5e8092
commit ea3d29803d

View file

@ -5,7 +5,7 @@
# - make with AFL_NO_X86=1
pkgname=afl
pkgver=2.16b
pkgver=2.17b
pkgrel=1
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
url="http://lcamtuf.coredump.cx/afl/"
@ -23,7 +23,7 @@ provides=('american-fuzzy-lop')
replaces=('american-fuzzy-lop')
options=('!emptydirs' '!strip')
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
sha512sums=('37207f4592cf2cacc9dcbf51faa15a059eb9065e736025d709090a172c0a341848846df5de79861879a24ac01bcb978ca56862c5928d7910ad9359238c3f2cfc')
sha512sums=('6b43275015b54978ab501222cb398686961c58e94b4a63b945c3aa648f804347291f3d6385afeda439f41538bc9b3a9d8267b5a8dfc959302b474b3afdf19483')
build() {
cd ${pkgname}-${pkgver}