diff options
author | 2019-12-31 16:42:46 -0500 | |
---|---|---|
committer | 2019-12-31 16:42:46 -0500 | |
commit | 1cc79313212eec8a9c67528175a4e801a39e3015 (patch) | |
tree | 7e46b8ade47398b2c0628734e8d9fbf49d1d3809 /src | |
parent | 9c1123226bf470b944edfebe5320f9f1f7818a8b (diff) | |
download | textadept-1cc79313212eec8a9c67528175a4e801a39e3015.tar.gz textadept-1cc79313212eec8a9c67528175a4e801a39e3015.zip |
Updated to Scintilla 3.11.2.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c7f1825f..b9816c56 100644 --- a/src/Makefile +++ b/src/Makefile @@ -366,7 +366,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = d14e1b1086de.zip +scintilla_zip = 99fa62b828ee.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |