diff --git a/templates/gcc/template b/templates/gcc/template
index d6e632f3a5b..fa6ccca0c20 100644
--- a/templates/gcc/template
+++ b/templates/gcc/template
@@ -1,6 +1,6 @@
 # Template build file for 'gcc'
 pkgname=gcc
-version=4.4.1
+version=4.4.2
 distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
 build_style=gnu_configure
 configure_args="--enable-clocale=gnu --disable-bootstrap
@@ -10,7 +10,7 @@ configure_args="--enable-clocale=gnu --disable-bootstrap
  --disable-rpath --with-system-zlib --enable-shared"
 short_desc="The GNU C Compiler suite"
 maintainer="Juan RP <xtraeme@gmail.com>"
-checksum=cbefa9abd4adac0931e1b556072dcd8b32a360d4b95a94d7822c86bded803d5b
+checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de
 long_desc="
  The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."