Date: Tuesday, August 30, 2016 @ 21:53:49 Author: anthraxx Revision: 188077
upgpkg: afl 2.33b-1 Modified: afl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-30 20:37:00 UTC (rev 188076) +++ PKGBUILD 2016-08-30 21:53:49 UTC (rev 188077) @@ -2,7 +2,7 @@ # Contributor: spider-mario <[email protected]> pkgname=afl -pkgver=2.32b +pkgver=2.33b pkgrel=1 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms' url='http://lcamtuf.coredump.cx/afl/' @@ -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=('95acb2c5c8aa6110d6b168c1b00daff29e6397ba05c2ba90b5bdb6f18dc1619d5bce4fe81be86fff4f398eed449a6946839d24b7d2b5a9a08667fd198afa8d0f') +sha512sums=('54a6e9420d9faf01364fdc46ebdc5a68ae138270eb723cae7e9c14381f97b06148b179d864690fbaf9fb6989739a1a65dcc4d40078ef01dd5d954cff13410063') build() { cd ${pkgname}-${pkgver}
