Skip to content

Commit

Permalink
Ports/mpc: Update mpc to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EWouters authored and gmta committed Oct 12, 2023
1 parent ffbfeb8 commit ccc55d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | https://www.multiprecision.org/mpc/ |
| [`mpc`](mpc/) | GNU Multiple Precision Complex Library (MPC) | 1.3.1 | https://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/ |
Expand Down
4 changes: 2 additions & 2 deletions Ports/mpc/package.sh
Original file line number Diff line number Diff line change
@@ -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=(
Expand All @@ -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'
Expand Down

0 comments on commit ccc55d8

Please sign in to comment.