diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-04-11 20:33:54 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-04-11 20:33:54 +0000 |
commit | 7f83bd07b3ea4872e6663c490fb609965645711e (patch) | |
tree | 61cc7d236cee8e5e0e01bfc93b655cf630687a4c /openwrt | |
parent | 06a11ad9dd9607a5355e76e83bdd0c2e43a43f27 (diff) | |
download | mtk-20170518-7f83bd07b3ea4872e6663c490fb609965645711e.zip mtk-20170518-7f83bd07b3ea4872e6663c490fb609965645711e.tar.gz mtk-20170518-7f83bd07b3ea4872e6663c490fb609965645711e.tar.bz2 |
add download URL to gpg
SVN-Revision: 3620
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/gpg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/gpg/Makefile b/openwrt/package/gpg/Makefile index 82afbde..ca7e146 100644 --- a/openwrt/package/gpg/Makefile +++ b/openwrt/package/gpg/Makefile @@ -6,7 +6,8 @@ PKG_NAME:=gnupg PKG_VERSION:=1.4.2.1 PKG_RELEASE:=1 -PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/gnupg/ +PKG_SOURCE_URL:=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg \ + ftp://ftp.gnupg.org/gcrypt/gnupg PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_MD5:=2d59ed50d92f69994dbfbe00fe1612e4 PKG_CAT:=bzcat |