diff options
author | 2021-09-30 16:40:29 -0400 | |
---|---|---|
committer | 2021-09-30 16:40:29 -0400 | |
commit | 02c1f1e3cd327a77efd6e39682c55d8813fdabc8 (patch) | |
tree | d77a8afc61d1aade025bbbde3c078bf6ba9a4450 /src/Makefile | |
parent | c01de90dfc7a48d7687117000dfc3252d9de0370 (diff) | |
download | textadept-02c1f1e3cd327a77efd6e39682c55d8813fdabc8.tar.gz textadept-02c1f1e3cd327a77efd6e39682c55d8813fdabc8.zip |
Updated to Scintilla 5.1.3.
There is a crash on the Gtk platform that has been temporarily patched until a fix is released.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index bec42794..d1056195 100644 --- a/src/Makefile +++ b/src/Makefile @@ -345,7 +345,7 @@ else gtdialog_url = $(root_url)/gtdialog/archive/default.zip endif -scintilla_tgz = scintilla511.tgz +scintilla_tgz = scintilla513.tgz lexilla_tgz = lexilla510.tgz scinterm_zip = scinterm_3.1.zip scintillua_zip = scintillua_5.2.zip |