From dec7032a206ac6b1192c80a7e67028c52984a37f Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 19 Jun 2022 16:55:34 +0800 Subject: [PATCH] unxutils: Add notes about 'uutils-coreutils' --- bucket/unxutils.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bucket/unxutils.json b/bucket/unxutils.json index 6e73baaf38..e1418f9f9b 100644 --- a/bucket/unxutils.json +++ b/bucket/unxutils.json @@ -3,6 +3,11 @@ "description": "GNU utilities for Win32.", "homepage": "http://unxutils.sourceforge.net/", "license": "GPL-3.0-or-later", + "notes": [ + "'unxutils' has not been updated since 2007. Some of its functions may not work properly under Windows 10/11.", + "We recommend using 'uutils-coreutils' instead. To install it, run:", + "scoop install uutils-coreutils" + ], "url": [ "https://downloads.sourceforge.net/project/unxutils/unxutils/current/UnxUtils.zip", "http://unxutils.sourceforge.net/UnxUpdates.zip"