Date: Monday, February 22, 2016 @ 02:04:22 Author: anthraxx Revision: 163112
upgpkg: afl 2.03b-1 Modified: afl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-22 01:04:01 UTC (rev 163111) +++ PKGBUILD 2016-02-22 01:04:22 UTC (rev 163112) @@ -2,7 +2,7 @@ # Contributor: spider-mario <[email protected]> pkgname=afl -pkgver=2.02b +pkgver=2.03b pkgrel=1 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms' url="http://lcamtuf.coredump.cx/afl/" @@ -20,7 +20,7 @@ replaces=('american-fuzzy-lop') options=('!emptydirs' '!strip') source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz) -sha512sums=('b11ced0f3c4054d23a3ef8dac6640614ab845a902dde1f074962be249ab3323838a1832c938e868dfbb92bf5d71458ae53823ca2716e087ade694e27d3c17567') +sha512sums=('9b15574e30cb065900e43f2fd7b97e34b2d9e43a37f84423c9022c6363c7d0a211aaf1adaa52f389484e717abcd0929d330a8fb8e661d906b2818dfcf6987c96') build() { cd ${pkgname}-${pkgver}
