diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-04-15 06:09:28 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-04-15 06:09:28 +0000 |
commit | 289da3a776e863e7e5a86816959be64e9867a1a3 (patch) | |
tree | 2e4a5eae082d843737bb22f8bf7ad6708447b127 | |
parent | f79a9250c0cc763fd272299528d7e329673f19f5 (diff) | |
download | upstream-289da3a776e863e7e5a86816959be64e9867a1a3.tar.gz upstream-289da3a776e863e7e5a86816959be64e9867a1a3.tar.bz2 upstream-289da3a776e863e7e5a86816959be64e9867a1a3.zip |
fix url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@652 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/speex/Makefile b/package/speex/Makefile index ed3859c665..36ebb67a35 100644 --- a/package/speex/Makefile +++ b/package/speex/Makefile @@ -7,7 +7,7 @@ PKG_VERSION := 1.0.4 PKG_RELEASE := 1 PKG_MD5SUM := 15a0686b7e1f81d352a648044b350fcc -PKG_SOURCE_SITE := http://www.speex.org/download +PKG_SOURCE_SITE := http://us.speex.org/download PKG_SOURCE_FILE := $(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_CAT := zcat PKG_SOURCE_DIR := $(PKG_NAME)-$(PKG_VERSION) |