logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 85544b15d2da814e23ddd927601116c276c7ec3b
parent c705f19b5073fec79b065ecef65038010cc37473
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 14 Sep 2024 05:27:14 +0200

pkg/utils-std: bump to 644abc3

Diffstat:

Mpkg/sbase/gen.lua1-
Mpkg/utils-std/gen.lua2++
Mpkg/utils-std/ver2+-
3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pkg/sbase/gen.lua b/pkg/sbase/gen.lua @@ -96,7 +96,6 @@ local cmds = { 'sed', 'setsid', 'sha224sum', - 'sha256sum', 'sha384sum', 'sha512-224sum', 'sha512-256sum', diff --git a/pkg/utils-std/gen.lua b/pkg/utils-std/gen.lua @@ -15,6 +15,7 @@ lib('lib.a', [[lib/( mkdir.c mode.c sha1.c + sha256.c strtodur.c symbolize_mode.c tr_str.c @@ -64,6 +65,7 @@ local cmds = { 'rmdir', 'seq', 'sha1sum', + 'sha256sum', 'sleep', 'split', 'strings', diff --git a/pkg/utils-std/ver b/pkg/utils-std/ver @@ -1 +1 @@ -c368820 r0 +644abc3 r0