From 18ee5ecb4e3ef41f3d3353e667f6f7874cae8292 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Sat, 1 Aug 2015 16:09:08 +0000 Subject: [PATCH] community/afl to 1.85b-1 --- community/afl/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index 81d24097a..99991ad18 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,7 +5,7 @@ # - make with AFL_NOX86=1 pkgname=afl -pkgver=1.84b +pkgver=1.85b pkgrel=1 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms' arch=('i686' 'x86_64') @@ -20,7 +20,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=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887') +sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25') build() { cd ${pkgname}-${pkgver}