Ports/mrsh: Update mrsh to git commit cd3c3a4

Also preserve `-j$(nproc)` flag.
This commit is contained in:
EWouters 2022-04-01 04:50:09 +02:00 committed by Brian Gianforcaro
parent d4ae72d844
commit a9d53b1b88
2 changed files with 2 additions and 3 deletions

View file

@ -136,7 +136,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`mpc`](mpc/) | GNU Multiple Precision Complex Library (MPC) | 1.2.1 | http://www.multiprecision.org/mpc/ |
| [`mpfr`](mpfr/) | GNU Multiple Precision Floating-Point Reliable Library (MPFR) | 4.1.0 | https://www.mpfr.org/ |
| [`mruby`](mruby/) | mruby | 3.0.0 | https://mruby.org/ |
| [`mrsh`](mrsh/) | mrsh | d9763a3 | https://mrsh.sh/ |
| [`mrsh`](mrsh/) | mrsh | cd3c3a4 | https://mrsh.sh/ |
| [`mysthous`](mysthous/) | Hi-Res Adventure #1: Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 |
| [`nano`](nano/) | GNU nano | 6.0 | https://www.nano-editor.org/ |
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.15.05 | https://www.nasm.us/ |

View file

@ -1,10 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=mrsh
version=d9763a32e7da572677d1681bb1fc67f117d641f3
version=cd3c3a48055ab4085d83f149ff4b4feba40b40cb
files="https://codeload.github.com/emersion/mrsh/legacy.tar.gz/${version} emersion-mrsh-d9763a3.tar.gz 6896493a1020774715ccca28e8d8f4ec722af63a93543fb6dd2762f7b1de9c8a"
auth_type=sha256
useconfigure=true
makeopts=()
workdir=emersion-mrsh-d9763a3
export CFLAGS=-Wno-deprecated-declarations