use new libgmp mirror for builds

This commit is contained in:
Akinwale Ariwodola 2018-08-14 17:45:54 +01:00
parent 3a9729de06
commit 84e4151f42

View file

@ -7,7 +7,7 @@ import sh
class LibGMPRecipe(Recipe):
version = '6.1.2'
url = 'https://ftp.gnu.org/pub/gnu/gmp/gmp-{version}.tar.bz2'
url = 'http://www.mirrorservice.org/pub/gnu/gmp/gmp-{version}.tar.bz2'
#url = 'https://gmplib.org/download/gmp/gmp-{version}.tar.bz2'
def should_build(self, arch):