diff options
author | 2019-03-09 17:16:11 -0500 | |
---|---|---|
committer | 2019-03-09 17:16:11 -0500 | |
commit | 7b33eb75991ef90677e723dfc8e11e665c301cd9 (patch) | |
tree | e8e9913c0ca49ff5408a0f8785d7468619842ef8 /src/Makefile | |
parent | b7ac8de4037db46f032f59330938dacc20e60e32 (diff) | |
download | textadept-7b33eb75991ef90677e723dfc8e11e665c301cd9.tar.gz textadept-7b33eb75991ef90677e723dfc8e11e665c301cd9.zip |
Updated to Scintilla 3.10.3.
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 20a9cf37..bf6c4091 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 = 8b888bf05fe3.zip +scintilla_zip = 8fa03651144f.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |