diff options
author | 2020-07-27 22:21:20 -0400 | |
---|---|---|
committer | 2020-07-27 22:21:20 -0400 | |
commit | 8614b05ba9a01adf5224e86ed6afc840fa3ebf0a (patch) | |
tree | f1dadbe111ed3d6415dda93f36f022022e70f863 /src | |
parent | 74dfdd2ddd02b1ade15377fd0b4c2a1bac7b1ac3 (diff) | |
download | textadept-8614b05ba9a01adf5224e86ed6afc840fa3ebf0a.tar.gz textadept-8614b05ba9a01adf5224e86ed6afc840fa3ebf0a.zip |
Updated to Scintilla 3.21.0.
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 9dfbe626..6b4f5cce 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 = 21e12cca4432.zip +scintilla_zip = d1b254905c74.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |