update package gcc

This commit is contained in:
Mark Brand 2013-10-16 16:58:37 +02:00
parent 674d30be93
commit 0ee3f0e2eb
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := gcc
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4.8.1
$(PKG)_CHECKSUM := 4e655032cda30e1928fcc3f00962f4238b502169
$(PKG)_VERSION := 4.8.2
$(PKG)_CHECKSUM := 810fb70bd721e1d9f446b6503afe0a9088b62986
$(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)
$(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)