diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-09-04 20:38:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-09-04 20:38:19 +0000 |
commit | d192e46882a5c5a774084ab5cb3cf91a2efd52ec (patch) | |
tree | 0d520a7e47578c55a5ece6cf62c258d00ab01c4e /openwrt/package/keynote | |
parent | af636099ba7dbc23277aca9ab47460d31e3393a6 (diff) | |
download | mtk-20170518-d192e46882a5c5a774084ab5cb3cf91a2efd52ec.zip mtk-20170518-d192e46882a5c5a774084ab5cb3cf91a2efd52ec.tar.gz mtk-20170518-d192e46882a5c5a774084ab5cb3cf91a2efd52ec.tar.bz2 |
Fix download site, closes #751, #752
SVN-Revision: 4749
Diffstat (limited to 'openwrt/package/keynote')
-rw-r--r-- | openwrt/package/keynote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/keynote/Makefile b/openwrt/package/keynote/Makefile index 4df4e14..f5358ea 100644 --- a/openwrt/package/keynote/Makefile +++ b/openwrt/package/keynote/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/keynote +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0 PKG_CAT:=bzcat |