From 8c116eea2c43e21188068f69710d6e5f26a2e93b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 13 Jun 2021 00:36:45 +0530 Subject: [PATCH] Use netbsd-curses v0.3.2 --- misc/musl/musl-static-ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/musl/musl-static-ubuntu.sh b/misc/musl/musl-static-ubuntu.sh index 6e0f63d8..987c636a 100755 --- a/misc/musl/musl-static-ubuntu.sh +++ b/misc/musl/musl-static-ubuntu.sh @@ -33,8 +33,8 @@ sudo apt install -y --no-install-recommends musl musl-dev musl-tools # Enter the library dir cd netbsd-curses -# Get the last known good commit before cursor stuck issue is introduced -git checkout f1fa19a1f36a25d0971b3d08449303e6af6f3da5 +# Get the last known working version +git checkout v0.3.2 # Compile the static netbsd-curses libraries if [ ! -d "./libs" ]; then