From 48dbe157e5add80dff47cf983ad06deff40eff65 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 3 Apr 2016 20:42:06 +0000 Subject: [PATCH] community/afl to 2.10b-1 --- community/afl/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index 1ce597cb6..ff6f2d5a0 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,7 +5,7 @@ # - make with AFL_NO_X86=1 pkgname=afl -pkgver=2.09b +pkgver=2.10b 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=('9e221cfba1a8f7195d56b3933698ff39cf69277f048fe5f0628842e52cd0129307f5799f09d247ae6c409c92397523358d7fbc610ce00af66effd2e4642b2bcd') +sha512sums=('2273632f156427967bb794ecbf013aebe06d769c27c2fb26e9550d376364e4e3750ff0ebe0d5a6a29bf9ecf39fdf724b7dd0666ed0467584cd4863893e619b1e') build() { cd ${pkgname}-${pkgver}