diff options
author | 2018-11-10 18:46:12 -0500 | |
---|---|---|
committer | 2018-11-10 18:46:12 -0500 | |
commit | 59aa996790c3dd97f64335084ba35fafa36e6c0d (patch) | |
tree | aa9f692a06d28bf3ebcd4fe4abfc08a101e60fca | |
parent | 2c5e09a779952dd67623821f18952d3fd9597c9c (diff) | |
download | textadept-59aa996790c3dd97f64335084ba35fafa36e6c0d.tar.gz textadept-59aa996790c3dd97f64335084ba35fafa36e6c0d.zip |
Updated to PDCurses 3.6.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 15a6c94b..cc16c6fb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -372,7 +372,7 @@ cdk_tgz = cdk-5.0-20150928.tgz termkey_tgz = libtermkey-0.20.tar.gz win32gtk_zip = win32gtk-2.24.32.zip win32curses_zip = win32curses.zip -pdcurses_zip = pdcurs34.zip +pdcurses_zip = pdcurs36.zip gtkosx_tgz = gtkosx-2.24.31.tar.gz bombay_zip = bombay.zip cloc = cloc-1.60.pl |