diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-15 06:09:28 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-15 06:09:28 +0000 |
commit | 8d704801e1214f301fd50c7d9f8552ad399756ce (patch) | |
tree | eb87f7b63346d614f5148d7775628f32d2d0bbb7 | |
parent | 1d11dc3b294e53e816ccd380ab0eb495c9a0f12e (diff) |
fix url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@652 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/speex/Makefile b/openwrt/package/speex/Makefile index ed3859c665..36ebb67a35 100644 --- a/openwrt/package/speex/Makefile +++ b/openwrt/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) |