community/afl to 2.50b-1

This commit is contained in:
Kevin Mihelich 2017-08-24 00:25:40 +00:00
parent 903a38ec67
commit 350d04f17c

View file

@ -5,7 +5,7 @@
# - make with AFL_NO_X86=1
pkgname=afl
pkgver=2.49b
pkgver=2.50b
pkgrel=1
pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
url='http://lcamtuf.coredump.cx/afl/'
@ -21,7 +21,8 @@ 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=('2edf84fe2398377b2259c5b56452014cd9168149f9da7cc180578817c7a89cb7ba536a09929b5bb0925b35f00022877693c70f0d0a13dfbef9d05ca75ad19017')
sha256sums=('0bdb0efd77b394b8b1a816e957a6dc27ffe01007d73c6247b9e424f0e36176c5')
sha512sums=('a06cc3c8f0613e105805b4dfba59fffcc2b6d9b519df56dc4af7085f1edffa1a63b9a5cccd1b65354b87584c7b060f71b50e7ad29f55584799d20479b898a4f9')
build() {
cd ${pkgname}-${pkgver}