From 803e4d397caaac3593378eef16319887c7d50232 Mon Sep 17 00:00:00 2001 From: Jason Plum Date: Wed, 17 Feb 2016 14:09:35 -0500 Subject: [PATCH] community/afl to 2.01b https://projects.archlinux.org/svntogit/community.git/commit/trunk?h=packages/afl&id=0f1405d9002efeaa5e413e84dd7e92a24ddc7b3f --- community/afl/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index 93b2073eb..0a2c319ff 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,7 +5,7 @@ # - make with AFL_NOX86=1 pkgname=afl -pkgver=2.00b +pkgver=2.01b 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=('f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9') +sha512sums=('0d4654d0e39f77de866833144a3c8b5a719f3b857481904ca8f723f4d3ff72981b14b2bc06bab67862e5472b41963844ea1c8e6ba2ae4b278f77214416365321') build() { cd ${pkgname}-${pkgver}