diff options
author | 2014-03-23 15:33:59 -0400 | |
---|---|---|
committer | 2014-03-23 15:33:59 -0400 | |
commit | 3d671602edd945202afaa50febddfa79a6d71f3b (patch) | |
tree | 44f1cc38535c520f800d76022519283894e01a23 /src/Makefile | |
parent | 3a7c5d60c3c7362473e904548576884367b2475f (diff) | |
download | textadept-3d671602edd945202afaa50febddfa79a6d71f3b.tar.gz textadept-3d671602edd945202afaa50febddfa79a6d71f3b.zip |
Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.
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 73e8dad3..c4452619 100644 --- a/src/Makefile +++ b/src/Makefile @@ -425,15 +425,15 @@ osx-app: ../textadept ../textadeptjit ../textadept-curses \ # External dependencies. -scintilla_tgz = scintilla339.tgz +scintilla_tgz = scintilla340.tgz scinterm_zip = scinterm.zip scintillua_zip = scintillua.zip lua_tgz = lua-5.2.3.tar.gz lpeg_tgz = lpeg-0.10.2.tar.gz lfs_zip = d71c63cdb776f7d25313f8fcd14f07512ba1f83e.zip lwinapi_zip = 23dd43141d04d010a9986cca9e5ecb9e598a2899.zip -luajit_tgz = LuaJIT-2.0.2.tar.gz -libluajit_tgz = libluajit_2.0.2.x86_64.tgz +luajit_tgz = LuaJIT-2.0.3.tar.gz +libluajit_tgz = libluajit_2.0.3.x86_64.tgz gtdialog_zip = gtdialog.zip windowman_zip = windowman.zip cdk_tgz = cdk.tar.gz |