mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
Update uutils to latest upstream
Adds `stat` to list of commands to build.
This commit is contained in:
parent
2c516de4de
commit
b3edf83973
@ -1,6 +1,6 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/uutils.git"
|
||||
branch = "redox"
|
||||
git = "https://github.com/uutils/coreutils"
|
||||
rev = "181cfc885b460bbcdf2cf1c866cb1ea48c3f6009"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -63,6 +63,7 @@ BINS=(
|
||||
sleep
|
||||
sort
|
||||
split
|
||||
stat
|
||||
sum
|
||||
tac
|
||||
tail
|
||||
|
||||
Loading…
Reference in New Issue
Block a user