From 517e3faa419a508f120a2b7a1f3c7946f447392c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 19 Feb 2016 02:00:43 +0000 Subject: [PATCH] community/afl to 2.02b-1 --- community/afl/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index 0a2c319ff..810d0000d 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,7 +5,7 @@ # - make with AFL_NOX86=1 pkgname=afl -pkgver=2.01b +pkgver=2.02b 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=('0d4654d0e39f77de866833144a3c8b5a719f3b857481904ca8f723f4d3ff72981b14b2bc06bab67862e5472b41963844ea1c8e6ba2ae4b278f77214416365321') +sha512sums=('b11ced0f3c4054d23a3ef8dac6640614ab845a902dde1f074962be249ab3323838a1832c938e868dfbb92bf5d71458ae53823ca2716e087ade694e27d3c17567') build() { cd ${pkgname}-${pkgver}