diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD
index 64f02d15f..6732431c5 100644
--- a/community/afl/PKGBUILD
+++ b/community/afl/PKGBUILD
@@ -5,7 +5,7 @@
 #  - make with AFL_NO_X86=1
 
 pkgname=afl
-pkgver=2.32b
+pkgver=2.33b
 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=('95acb2c5c8aa6110d6b168c1b00daff29e6397ba05c2ba90b5bdb6f18dc1619d5bce4fe81be86fff4f398eed449a6946839d24b7d2b5a9a08667fd198afa8d0f')
+sha512sums=('54a6e9420d9faf01364fdc46ebdc5a68ae138270eb723cae7e9c14381f97b06148b179d864690fbaf9fb6989739a1a65dcc4d40078ef01dd5d954cff13410063')
 
 build() {
   cd ${pkgname}-${pkgver}