diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:40:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:40:17 +0000 |
commit | f08ef57424b487b166b2e3f4d13258ce1e008d06 (patch) | |
tree | 8f730d4f035791f142447e486c5a5366ea7d68b7 | |
parent | d417049c4aa711a6b30ea7e14fbf4aca44142661 (diff) | |
download | upstream-f08ef57424b487b166b2e3f4d13258ce1e008d06.tar.gz upstream-f08ef57424b487b166b2e3f4d13258ce1e008d06.tar.bz2 upstream-f08ef57424b487b166b2e3f4d13258ce1e008d06.zip |
toolchain/binutils: fix 2.19.1 MD5 sum
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35813
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 331809cf2b..96313ebedb 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_URL:=@GNU/binutils/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 ifeq ($(PKG_VERSION),2.19.1) - PKG_MD5SUM:=09a8c5821a2dfdbb20665bc0bd680791 + PKG_MD5SUM:=023222f392e9546bcbb0b4c0960 endif ifeq ($(PKG_VERSION),2.20.1) PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 |