mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 18:07:46 +00:00
Ports/gmp: Update gmp to version 6.3.0
This also removes the patch as Serenity is now included in the bundled `configfsf.sub`.
This commit is contained in:
parent
4dd22a7564
commit
eb50682b16
4 changed files with 3 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='gmp'
|
||||
version='6.2.1'
|
||||
version='6.3.0'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/gmp/gmp-${version}.tar.bz2#eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c"
|
||||
"https://ftpmirror.gnu.org/gnu/gmp/gmp-${version}.tar.xz#a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue