From fddad22bed619f7719006943eb5ea1aa1c60b68b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 6 Aug 2016 15:12:34 +0000 Subject: [PATCH] community/afl to 2.27b-1 --- community/afl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index fcdbbbc8e..3c5c09c9b 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,10 +5,10 @@ # - make with AFL_NO_X86=1 pkgname=afl -pkgver=2.21b +pkgver=2.27b pkgrel=1 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms' -url="http://lcamtuf.coredump.cx/afl/" +url='http://lcamtuf.coredump.cx/afl/' arch=('i686' 'x86_64') license=('Apache') depends=('glibc' 'bash') @@ -21,7 +21,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=('28f76ca856121fffd24869c01369400f1138821bce2f43b77f223b23f994522a90eec0e2d9c5bde49135ffa63299dbeb4e4fcace071960d0975d02ea253b3f3e') +sha512sums=('cca6f530dd67b8c155185f450794fa48083b0dd502ee249ea9f4db4631284b975bae2d165aee012c28125c0e98e3b84c9cd819d282d699687cfb6592b31fe64d') build() { cd ${pkgname}-${pkgver}