change gmp to github mirror

This commit is contained in:
crazywhalecc 2023-07-16 17:59:21 +08:00
parent bc750733d5
commit 7d31c371e0
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -91,9 +91,8 @@
}
},
"gmp": {
"type": "filelist",
"url": "https://gmplib.org/download/gmp/",
"regex": "/href=\"(?<file>gmp-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"type": "ghtagtar",
"repo": "alisw/GMP",
"license": {
"type": "text",
"text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."