toolchain/binutils: fix partial MD5 sum from r35813
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35816
This commit is contained in:
parent
5a0f4a89eb
commit
781e7dd18b
1 changed files with 1 additions and 1 deletions
|
@ -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:=023222f392e9546bcbb0b4c0960
|
||||
PKG_MD5SUM:=023222f392e9546bcbb0b4c0960729be
|
||||
endif
|
||||
ifeq ($(PKG_VERSION),2.20.1)
|
||||
PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5
|
||||
|
|
Loading…
Reference in a new issue