diff options
author | 2019-06-30 13:54:16 -0400 | |
---|---|---|
committer | 2019-06-30 13:54:16 -0400 | |
commit | d973fe8ee4ada72f715a59f4253a9dac0d926d3b (patch) | |
tree | 60d7856036665c1555689ad61f866f8cb64a86d8 /src | |
parent | 9daa597673ada33dff2af89d528cf14d10f9ab13 (diff) | |
download | textadept-d973fe8ee4ada72f715a59f4253a9dac0d926d3b.tar.gz textadept-d973fe8ee4ada72f715a59f4253a9dac0d926d3b.zip |
Updated to Scintilla 3.10.6.
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 02416523..2207ee67 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 = 42f8114a9e00.zip +scintilla_zip = ff65f37949a5.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |