]> Sergey Matveev's repositories - nnn.git/commitdiff
Use netbsd-curses v0.3.2
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 12 Jun 2021 19:06:45 +0000 (00:36 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 12 Jun 2021 19:06:45 +0000 (00:36 +0530)
misc/musl/musl-static-ubuntu.sh

index 6e0f63d86fce1cdc9f134a5d01c4913df950d469..987c636a627ad6390a3d37962375ec90a1aa32a6 100755 (executable)
@@ -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