diff options
author | 2020-05-09 18:04:46 -0400 | |
---|---|---|
committer | 2020-05-09 18:04:46 -0400 | |
commit | 8b8c7e0e02b585145b42ab95bacfb866b355f26b (patch) | |
tree | 39b94c6860e87657c8e2082dd3795b48ab536e90 /src/Makefile | |
parent | cbb94172d6192e67bc0f8b7d9661f47816181627 (diff) | |
download | textadept-8b8c7e0e02b585145b42ab95bacfb866b355f26b.tar.gz textadept-8b8c7e0e02b585145b42ab95bacfb866b355f26b.zip |
Updated to Scintilla 3.20.0.
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 6e0ddc80..e6280f78 100644 --- a/src/Makefile +++ b/src/Makefile @@ -376,7 +376,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = e44f9f926f0c.zip +scintilla_zip = 65f5ef3129ca.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |