From 26ed4d0060ac71d78b0e1c226349aa5ffc22ad3c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Jul 2009 17:03:50 +0200 Subject: [PATCH] gcc: update to 4.4.1. --HG-- extra : convert_revision : c01181a369130b15037fcdac9589bcb163fd98cb --- templates/gcc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/gcc/template b/templates/gcc/template index fc9e4d32e8f..cdd5010b4be 100644 --- a/templates/gcc/template +++ b/templates/gcc/template @@ -1,7 +1,7 @@ # Template build file for 'gcc' pkgname=gcc -sourcepkg=gcc -version=4.4.0 +sourcepkg=$pkgname +version=4.4.1 patch_files="$pkgname-fix-amd64.diff" distfiles=" http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version.tar.bz2" @@ -13,7 +13,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 " -checksum=c5fe6f4c62ee7288765c3800ec9d21ad936bdcb5a04374cc09bd5a4232b836c9 +checksum=cbefa9abd4adac0931e1b556072dcd8b32a360d4b95a94d7822c86bded803d5b long_desc=" The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."