diff options
author | 2018-10-31 17:58:51 -0400 | |
---|---|---|
committer | 2018-10-31 17:58:51 -0400 | |
commit | 686e6217c6c2375976bc422d14cc5c900195ff69 (patch) | |
tree | 5b4ae2d7bc7587a9ea9ee20defffcde3e985207f /src | |
parent | 5e47de5afa99935b74c73e804ae275e8ef9f23a7 (diff) | |
download | textadept-686e6217c6c2375976bc422d14cc5c900195ff69.tar.gz textadept-686e6217c6c2375976bc422d14cc5c900195ff69.zip |
Updated to Scintilla 3.10.1.
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 f0a6a807..15a6c94b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -363,7 +363,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = cfad7e56cac1.zip +scintilla_zip = 542782a4df7d.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |