diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD
index 159561505..b64126b7c 100644
--- a/community/afl/PKGBUILD
+++ b/community/afl/PKGBUILD
@@ -5,7 +5,7 @@
 #  - make with AFL_NO_X86=1
 
 pkgname=afl
-pkgver=2.39b
+pkgver=2.41b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -21,7 +21,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=('0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0')
+sha512sums=('e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f')
 
 build() {
   cd ${pkgname}-${pkgver}