update mcrypt bugs

This commit is contained in:
crazywhalecc
2023-03-18 19:58:36 +08:00
parent 3af2811951
commit 4edd05f4df
3 changed files with 34 additions and 9 deletions

View File

@@ -53,12 +53,20 @@
"path": "LICENSE"
}
},
"libmcrypt": {
"mcrypt": {
"type": "url",
"url": "https://github.com/winlibs/libmcrypt/archive/refs/tags/libmcrypt-2.5.8-3.4.tar.gz",
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
"license": {
"type": "file",
"path": "COPYING.LIB"
"path": "COPYING"
}
},
"libmcrypt": {
"type": "url",
"url": "https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"libpng": {