Skip to content

Commit 05c77dd

Browse files
committed
Updated to Scintillua 6.4 and Scinterm 5.3.
1 parent db9e26a commit 05c77dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ function(fetch name url)
8585
# Note: cannot FetchContent_MakeAvailable(${name}) here, as name must be a literal.
8686
endfunction()
8787
fetch(scintilla https://www.scintilla.org/scintilla554.tgz)
88-
fetch(scinterm https://github.com/orbitalquark/scinterm/archive/scinterm_5.2.zip)
89-
fetch(scintillua
90-
https://github.com/orbitalquark/scintillua/archive/c6c98d68ecc06a12cda93690af4dd16b0e46cbab.zip)
88+
fetch(scinterm https://github.com/orbitalquark/scinterm/archive/scinterm_5.3.zip)
89+
fetch(scintillua https://github.com/orbitalquark/scintillua/archive/scintillua_6.4.zip)
9190
fetch(lua https://www.lua.org/ftp/lua-5.4.7.tar.gz)
9291
fetch(lpeg https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz)
9392
fetch(lfs https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip)

0 commit comments

Comments
 (0)