serenity/Ports/gmp/package.sh
EWouters eb50682b16 Ports/gmp: Update gmp to version 6.3.0
This also removes the patch as Serenity is now included in the bundled
`configfsf.sub`.
2023-10-12 23:30:22 +02:00

8 lines
227 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='gmp'
version='6.3.0'
useconfigure='true'
files=(
"https://ftpmirror.gnu.org/gnu/gmp/gmp-${version}.tar.xz#a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898"
)