community/afl to 2.15b-1

This commit is contained in:
Kevin Mihelich 2016-06-18 22:57:38 +00:00
parent 57ef9a4508
commit 74be3cf923

View file

@ -5,7 +5,7 @@
# - make with AFL_NO_X86=1
pkgname=afl
pkgver=2.14b
pkgver=2.15b
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=('fd97374ac5c1f5edc0ded2735b537b570d54684553952927754adc0ad83b33c4de465f15b1e1d0f5feb0002d2f9c01d5f5e4b820e2aa940a2d5f7e9c7f99ba8e')
sha512sums=('7669a0e3b6945fe957796788e29c707f9d27f4fa28bb4f112ec5aee6d6594977eca58abb697c33dbb3c8e4a5e033ce8d4cca9064f02b27d27a453702fceea907')
build() {
cd ${pkgname}-${pkgver}