1
Fork 0
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:
EWouters 2023-09-01 19:46:44 +02:00 committed by Jelle Raaijmakers
parent 4dd22a7564
commit eb50682b16
4 changed files with 3 additions and 31 deletions

View file

@ -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"
)