diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-18 23:41:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-18 23:41:48 +0000 |
commit | 970918cc4540dcc359c6654a4934e9f9d29a13af (patch) | |
tree | d0b99da30d4086a5788cb68c6f35685dbdfc90ef | |
parent | f06473f8ffb86d513bc17a20f2ba6886411635e0 (diff) | |
download | upstream-970918cc4540dcc359c6654a4934e9f9d29a13af.tar.gz upstream-970918cc4540dcc359c6654a4934e9f9d29a13af.tar.bz2 upstream-970918cc4540dcc359c6654a4934e9f9d29a13af.zip |
toolchain/insight: update download location and MD5 sum to status quo
insight GDB version 6.8-1 sources have apparently changed.
The original file is no longer available upstream.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32438
-rw-r--r-- | toolchain/insight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile index b71e0fd96f..9fb39e1932 100644 --- a/toolchain/insight/Makefile +++ b/toolchain/insight/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=insight PKG_VERSION:=6.8-1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=4ee9824c1e8d6108d886c6c09b24f0ac +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)a.tar.bz2 +PKG_MD5SUM:=f7dd764a102beb75c2bb6b8d83455f8e PKG_SOURCE_URL:=ftp://sourceware.org/pub/insight/releases PKG_CAT:=bzcat |