1234567891011121314151617181920212223242526 |
- diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
- index a10950d..213a11c 100644
- --- a/package/pcre/pcre.mk
- +++ b/package/pcre/pcre.mk
- @@ -5,7 +5,7 @@
- ################################################################################
-
- PCRE_VERSION = 8.39
- -PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
- +PCRE_SITE = ftp://ftp.pcre.org/pub/pcre
- PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
- PCRE_LICENSE = BSD-3c
- PCRE_LICENSE_FILES = LICENCE
- diff --git a/package/wpan-tools/wpan-tools.mk b/package/wpan-tools/wpan-tools.mk
- index d223800..b904416 100644
- --- a/package/wpan-tools/wpan-tools.mk
- +++ b/package/wpan-tools/wpan-tools.mk
- @@ -5,7 +5,7 @@
- ################################################################################
-
- WPAN_TOOLS_VERSION = 0.5
- -WPAN_TOOLS_SITE = http://wpan.cakelab.org/releases
- +WPAN_TOOLS_SITE = https://github.com/linux-wpan/wpan-tools/releases
- WPAN_TOOLS_DEPENDENCIES = host-pkgconf libnl
- WPAN_TOOLS_LICENSE = iw license
- WPAN_TOOLS_LICENSE_FILES = COPYING
|