mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 12:41:59 +03:00
Ports/ncdu: Update ncdu to version 1.17
This commit is contained in:
parent
6d1ec983a4
commit
41390c9da8
Notes:
sideshowbarker
2024-07-17 10:23:35 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/41390c9da8 Pull-request: https://github.com/SerenityOS/serenity/pull/14179 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/timschumi
@ -150,7 +150,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`mysthous`](mysthous/) | Hi-Res Adventure #1: Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 |
|
||||
| [`nano`](nano/) | GNU nano | 6.3 | https://www.nano-editor.org/ |
|
||||
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.15.05 | https://www.nasm.us/ |
|
||||
| [`ncdu`](ncdu/) | Ncdu | 1.16 | https://dev.yorhel.nl/ncdu |
|
||||
| [`ncdu`](ncdu/) | Ncdu | 1.17 | https://dev.yorhel.nl/ncdu |
|
||||
| [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html |
|
||||
| [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |
|
||||
| [`nesalizer`](nesalizer/) | Nesalizer | 5bb0458 | https://github.com/ulfalizer/nesalizer |
|
||||
|
@ -1,9 +1,7 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=ncdu
|
||||
useconfigure="true"
|
||||
version="1.16"
|
||||
files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4"
|
||||
auth_type=sha256
|
||||
port='ncdu'
|
||||
version='1.17'
|
||||
files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
depends=("ncurses")
|
||||
|
||||
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses"
|
||||
|
Loading…
Reference in New Issue
Block a user