diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-06 18:59:50 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-06 19:02:53 +0000 |
commit | dd1777c170ce464ece28549e8fe7a483eb1b4ef5 (patch) | |
tree | 4452c593849fe9436559ec15881621b01c93dbd4 /community/afl | |
parent | cec73eedb763b803897e98f0a5b3934dc4be1fdd (diff) | |
download | aports-dd1777c170ce464ece28549e8fe7a483eb1b4ef5.tar.bz2 aports-dd1777c170ce464ece28549e8fe7a483eb1b4ef5.tar.xz |
community/afl: upgrade to 2.52b
Diffstat (limited to 'community/afl')
-rw-r--r-- | community/afl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/afl/APKBUILD b/community/afl/APKBUILD index 4768f74fc1..e1219b4d0a 100644 --- a/community/afl/APKBUILD +++ b/community/afl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Marian <marian.buschsieweke@ovgu.de> # Maintainer: Marian <marian.buschsieweke@ovgu.de> pkgname=afl -pkgver=2.51b +pkgver=2.52b pkgrel=0 pkgdesc="American fuzzy lop - a fuzzer relying on genetic algorithms instead brute force" url="http://lcamtuf.coredump.cx/afl/" @@ -40,4 +40,4 @@ package() { esac } -sha512sums="fd67cf44b7336175041c2efa42b122e91f887f4a293618a59ea1e145ef47b9c0fab9fc274e4b94499c523bec950ff5a704050c3f4260e890ad97774c365a358c afl-2.51b.tgz" +sha512sums="30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f afl-2.52b.tgz" |