mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports/mpc: Update mpc to version 1.3.1
This commit is contained in:
parent
ffbfeb87c5
commit
ccc55d8836
Notes:
sideshowbarker
2024-07-17 08:27:05 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/ccc55d8836 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`mgba`](mgba/) | Game Boy, Game Boy Color and Game Boy Advance emulator | 0.10.2 | https://mgba.io/ |
|
||||
| [`milkytracker`](milkytracker/) | milkytracker | 1.03.00 | https://github.com/milkytracker/MilkyTracker |
|
||||
| [`mold`](mold/) | A Modern Linker | 1.5.1 | https://github.com/rui314/mold |
|
||||
| [`mpc`](mpc/) | GNU Multiple Precision Complex Library (MPC) | 1.2.1 | http://www.multiprecision.org/mpc/ |
|
||||
| [`mpc`](mpc/) | GNU Multiple Precision Complex Library (MPC) | 1.3.1 | http://www.multiprecision.org/mpc/ |
|
||||
| [`mpfr`](mpfr/) | GNU Multiple Precision Floating-Point Reliable Library (MPFR) | 4.1.0 | https://www.mpfr.org/ |
|
||||
| [`mrsh`](mrsh/) | mrsh | cd3c3a4 | https://mrsh.sh/ |
|
||||
| [`mruby`](mruby/) | mruby | 3.0.0 | https://mruby.org/ |
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue