diff options
author | 2020-01-09 19:59:38 -0500 | |
---|---|---|
committer | 2020-01-09 19:59:38 -0500 | |
commit | bdef9c5ffb135958837ca28df045448d556a5912 (patch) | |
tree | bc089b9c705aa596a879d9e2e6651a567c7481bd | |
parent | 0b3df679ea94bdb70dc76ac54dd3255431783d07 (diff) | |
download | textadept-bdef9c5ffb135958837ca28df045448d556a5912.tar.gz textadept-bdef9c5ffb135958837ca28df045448d556a5912.zip |
Updated to scintilla hg tip to test the latest changes in nightly builds.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f0fd7bf6..861e250f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -366,7 +366,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = 99fa62b828ee.zip +scintilla_zip = d32724ca418e.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |