Skip to content

Commit

Permalink
Change gmp download url to gnu ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 20, 2023
1 parent 28b0822 commit 08249eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/android/p4a_recipes/libgmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class LibGMPRecipe(Recipe):

url = 'https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz'
url = 'https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz'
sha256sum = 'fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2'
version = '6.2.1'

Expand Down

0 comments on commit 08249eb

Please sign in to comment.