diff options
author | 2021-06-27 12:38:11 -0400 | |
---|---|---|
committer | 2021-06-27 12:38:11 -0400 | |
commit | 45ea305b3035b6c9358cfda6837963ead97b6f76 (patch) | |
tree | 819246e526302a0d6d8173ef5e7cbbb573667680 /src/Makefile | |
parent | 7bfbfd78d4ef0152476483cbe5e877300f74fb2c (diff) | |
download | textadept-45ea305b3035b6c9358cfda6837963ead97b6f76.tar.gz textadept-45ea305b3035b6c9358cfda6837963ead97b6f76.zip |
Updated to Scintilla 5.1.0.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 29781b2b..a2fc8a80 100644 --- a/src/Makefile +++ b/src/Makefile @@ -345,10 +345,10 @@ else gtdialog_url = $(root_url)/gtdialog/archive/default.zip endif -scintilla_tgz = scintilla503.tgz +scintilla_tgz = scintilla510.tgz lexilla_tgz = lexilla500.tgz -scinterm_zip = f8980f045c16b79b6d7b83c06db2c6195e89e3e6.zip -scintillua_zip = fff8d49b241b26a291031f34f8d572c276e2b918.zip +scinterm_zip = scinterm_3.1.zip +scintillua_zip = scintillua_5.0.zip lua_tgz = lua-5.4.2.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_8_0.zip |