diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index 27755d944..aa256b41d 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,7 +5,7 @@ # - make with AFL_NO_X86=1 pkgname=afl -pkgver=2.14b +pkgver=2.15b 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=('fd97374ac5c1f5edc0ded2735b537b570d54684553952927754adc0ad83b33c4de465f15b1e1d0f5feb0002d2f9c01d5f5e4b820e2aa940a2d5f7e9c7f99ba8e') +sha512sums=('7669a0e3b6945fe957796788e29c707f9d27f4fa28bb4f112ec5aee6d6594977eca58abb697c33dbb3c8e4a5e033ce8d4cca9064f02b27d27a453702fceea907') build() { cd ${pkgname}-${pkgver}