1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +00:00

Ports/ncdu: Update to version 1.18.1

This commit is contained in:
Daniel van Gerpen 2023-04-30 12:45:47 +02:00 committed by Jelle Raaijmakers
parent 66c41e7c45
commit 98badc1466
2 changed files with 3 additions and 3 deletions

View file

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