1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

Ports/mpc: Update mpc to version 1.3.1

This commit is contained in:
EWouters 2023-09-01 22:43:31 +02:00 committed by Jelle Raaijmakers
parent ffbfeb87c5
commit ccc55d8836
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='mpc'
version='1.2.1'
version='1.3.1'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
@ -11,7 +11,7 @@ configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)
files=(
"https://ftpmirror.gnu.org/gnu/mpc/mpc-${version}.tar.gz#17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459"
"https://ftpmirror.gnu.org/gnu/mpc/mpc-${version}.tar.gz#ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
)
depends=(
'gmp'