gmplib: use faster download mirror

Fixes #1155.
This commit is contained in:
Christian Prochaska 2014-05-24 15:50:08 +02:00 committed by Norman Feske
parent 9e443c78db
commit 7740da3197
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ LICENSE := GPLv3
VERSION := 4.3.2
DOWNLOADS := gmp.archive
URL(gmp) := ftp://ftp.gmplib.org/pub/gmp-$(VERSION)/gmp-$(VERSION).tar.bz2
URL(gmp) := https://ftp.gnu.org/gnu/gmp/gmp-$(VERSION).tar.bz2
SHA(gmp) := c011e8feaf1bb89158bd55eaabd7ef8fdd101a2c
SIG(gmp) := ${URL(gmp)}.sig
KEY(gmp) := "73D46C3667461E4BD93972495D6D47DFDB899F46 343C2FF0FBEE5EC2EDBEF399F3599FF828C67298"