From fee0b62b09a75afa3d1c1a6c086d91a288b7274d Mon Sep 17 00:00:00 2001 From: Andrey Turkin Date: Mon, 21 Oct 2024 06:47:42 +0300 Subject: [PATCH] Update uutils --- recipes/core/uutils/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index c62c6ed1..9008fd71 100644 --- a/recipes/core/uutils/recipe.toml +++ b/recipes/core/uutils/recipe.toml @@ -1,6 +1,6 @@ [source] -git = "https://github.com/uutils/coreutils" -rev = "9d82fa3b9abd3d359afae0b6b9eb2a22b93b9a1c" +git = "https://gitlab.redox-os.org/andrey.turkin/uutils.git" +branch = "cc-fix" [build] template = "custom"