diff options
author | 2021-11-11 21:39:26 -0500 | |
---|---|---|
committer | 2021-11-11 21:39:26 -0500 | |
commit | 16c3d493c884e3f98a9a2da25bb3d2b524e43a14 (patch) | |
tree | b7bae556d16635fb01871d2cbb8c7fb7c6ddf456 /src/Makefile | |
parent | d7b230840e6fbc493da8075218d55186d4dab4b6 (diff) | |
download | textadept-16c3d493c884e3f98a9a2da25bb3d2b524e43a14.tar.gz textadept-16c3d493c884e3f98a9a2da25bb3d2b524e43a14.zip |
Download Scintillua 5.3, Scinterm 3.2, and gtDialog 1.5 by name instead of commit hash.
Their contents have not materially changed.
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 9a005300..887d3ea7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -347,12 +347,12 @@ endif scintilla_tgz = scintilla513.tgz lexilla_tgz = lexilla510.tgz -scinterm_zip = e6a9d2b6001198fc44d59bcdee9d23d7eae6e445.zip -scintillua_zip = c8113f8403c0eafe074de1f0071be6df3a0f1bd3.zip +scinterm_zip = scinterm_3.2.zip +scintillua_zip = scintillua_5.3.zip lua_tgz = lua-5.4.2.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_8_0.zip -gtdialog_zip = 64587546482a1a6324706d75c80b77d2f87118a4.zip +gtdialog_zip = gtdialog_1.5.zip cdk_tgz = cdk-5.0-20200923.tgz termkey_tgz = libtermkey-0.20.tar.gz win32gtk_zip = win32gtk-2.24.32.zip |