diff options
author | 2019-02-28 17:49:24 -0500 | |
---|---|---|
committer | 2019-02-28 17:49:24 -0500 | |
commit | 0957dc4cb75f37b6d4bd46b2d258946d7d5c0121 (patch) | |
tree | f8772efb01315f124fb7e1180bd3db8a1d695059 /src/Makefile | |
parent | 35104dac8710976644d6199a7465d094a35dbcae (diff) | |
download | textadept-0957dc4cb75f37b6d4bd46b2d258946d7d5c0121.tar.gz textadept-0957dc4cb75f37b6d4bd46b2d258946d7d5c0121.zip |
Updated to Scintilla 3.10.2.
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 07997828..20a9cf37 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 = 542782a4df7d.zip +scintilla_zip = 8b888bf05fe3.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |