diff options
author | 2019-08-30 18:48:35 -0400 | |
---|---|---|
committer | 2019-08-30 18:48:35 -0400 | |
commit | b3f31b6ada21580d08153b8d9a4882075fa074e7 (patch) | |
tree | ec112b566ebfdaa47a709fd2542f63d35a89a7a5 | |
parent | c7201765391c9d5cdeb737484ed428165f735e4b (diff) | |
download | textadept-b3f31b6ada21580d08153b8d9a4882075fa074e7.tar.gz textadept-b3f31b6ada21580d08153b8d9a4882075fa074e7.zip |
Updated to Scintilla 3.11.0.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 2207ee67..15a70d8a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -364,7 +364,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = ff65f37949a5.zip +scintilla_zip = 9fac55a64022.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |