1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

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

@ -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