mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
Ports/ncdu: Update to version 1.18.1
This commit is contained in:
parent
66c41e7c45
commit
98badc1466
Notes:
sideshowbarker
2024-07-17 16:23:06 +09:00
Author: https://github.com/dantje Commit: https://github.com/SerenityOS/serenity/commit/98badc1466 Pull-request: https://github.com/SerenityOS/serenity/pull/18591 Reviewed-by: https://github.com/gmta ✅
@ -182,7 +182,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 | 7.2 | https://www.nano-editor.org/ |
|
||||
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.16.01 | https://www.nasm.us/ |
|
||||
| [`ncdu`](ncdu/) | Ncdu | 1.17 | https://dev.yorhel.nl/ncdu |
|
||||
| [`ncdu`](ncdu/) | Ncdu | 1.18.1 | 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,7 +1,7 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='ncdu'
|
||||
version='1.17'
|
||||
files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1"
|
||||
version='1.18.1'
|
||||
files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 7c0fa1eb29d85aaed4ba174164bdbb8f011b5c390d017c57d668fc7231332405"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
depends=("ncurses")
|
||||
|
Loading…
Reference in New Issue
Block a user