Build update #495

Merged
akinwale merged 7 commits from build-update into master 2019-03-25 07:45:20 +01:00
Showing only changes of commit b3f8515fb0 - Show all commits

View file

@ -8,8 +8,8 @@ import os
class LibGMPRecipe(Recipe):
version = '6.1.2'
url = 'http://www.mirrorservice.org/pub/gnu/gmp/gmp-{version}.tar.bz2'
#url = 'https://gmplib.org/download/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):
build_dir = self.get_build_dir(arch.arch)