Date: Saturday, August 6, 2016 @ 11:33:07 Author: anthraxx Revision: 185601
upgpkg: afl 2.27b-1 Modified: afl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-06 11:17:20 UTC (rev 185600) +++ PKGBUILD 2016-08-06 11:33:07 UTC (rev 185601) @@ -2,10 +2,10 @@ # Contributor: spider-mario <[email protected]> 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') @@ -18,7 +18,7 @@ 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}
