From 6333691210fbf6b660ec6c70ddebad664bd1dd69 Mon Sep 17 00:00:00 2001 From: Chad Williamson Date: Sun, 7 Apr 2024 16:01:11 -0500 Subject: [PATCH 1/2] Update uutils recipe --- recipes/core/uutils/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index 3f25cc788..e438e7548 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 = "181cfc885b460bbcdf2cf1c866cb1ea48c3f6009" +rev = "a75b8a0f676172b2a2d680adb4faf2fa7e1fa41c" [build] template = "custom" From fe660c5b51a893010225b0bb39691c631f5deb93 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 7 Apr 2024 22:12:10 +0000 Subject: [PATCH 2/2] Use latest GitHub release hash for uutils --- recipes/core/uutils/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index e438e7548..da50db774 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 = "a75b8a0f676172b2a2d680adb4faf2fa7e1fa41c" +rev = "68c77b4bd129bdc12d03cc74fe0f817d2df75894" [build] template = "custom"