diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD
index f60342eca..33c227258 100644
--- a/community/afl/PKGBUILD
+++ b/community/afl/PKGBUILD
@@ -5,8 +5,8 @@
 #  - make with AFL_NO_X86=1
 
 pkgname=afl
-pkgver=2.44b
-pkgrel=2
+pkgver=2.49b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('i686' 'x86_64')
@@ -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=('35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3')
+sha512sums=('2edf84fe2398377b2259c5b56452014cd9168149f9da7cc180578817c7a89cb7ba536a09929b5bb0925b35f00022877693c70f0d0a13dfbef9d05ca75ad19017')
 
 build() {
   cd ${pkgname}-${pkgver}