diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-01-19 21:58:59 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-01-19 21:59:07 +0100 |
commit | 1b8ff05ca535047dbe32fc2242b7de54bbdeda27 (patch) | |
tree | 1abd9d64fd4751c1402baa6dc580dc3c61ce0ac5 | |
parent | 3a1097b0cbceff8cc7260e9d06b768137413aa31 (diff) | |
download | aports-1b8ff05ca535047dbe32fc2242b7de54bbdeda27.tar.bz2 aports-1b8ff05ca535047dbe32fc2242b7de54bbdeda27.tar.xz |
testing/afl: upgrade to 2.36b
-rw-r--r-- | testing/afl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/afl/APKBUILD b/testing/afl/APKBUILD index 8b9ebabeff..21f590160e 100644 --- a/testing/afl/APKBUILD +++ b/testing/afl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Marian <mari.hahn@wwu.de> # Maintainer: Marian <mari.hahn@wwu.de> pkgname=afl -pkgver=2.35b +pkgver=2.36b pkgrel=0 pkgdesc="american fuzzy lop is a fuzzer relying on genetic algorithms instead brute force" url="http://lcamtuf.coredump.cx/afl/" @@ -39,6 +39,6 @@ package() { "${pkgdir}/usr/bin/afl-gcc" "${pkgdir}/usr/bin/afl-g++" } -md5sums="c28045f5f4703187cb308b2ac3fdd650 afl-2.35b.tgz" -sha256sums="596167527ad7a69cf06dc8143a051eb8b2ee04f159447a3086f6e60ae460bcea afl-2.35b.tgz" -sha512sums="77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5 afl-2.35b.tgz" +md5sums="d452e535828b16d986d6c0c9523277d4 afl-2.36b.tgz" +sha256sums="d36e2643eaddbd6e79a0dd835fd6e23428198a7a7cd640e96ccbf21d5bd8bcc8 afl-2.36b.tgz" +sha512sums="3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d afl-2.36b.tgz" |