mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
switch to git
This commit is contained in:
@@ -111,8 +111,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"freetype": {
|
"freetype": {
|
||||||
"type": "url",
|
"type": "git",
|
||||||
"url": "https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz",
|
"rev": "VER-2-13-2",
|
||||||
|
"url": "https://github.com/freetype/freetype",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "LICENSE.TXT"
|
"path": "LICENSE.TXT"
|
||||||
@@ -216,7 +217,7 @@
|
|||||||
},
|
},
|
||||||
"libmcrypt": {
|
"libmcrypt": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz",
|
"url": "https://downloads.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
@@ -302,7 +303,7 @@
|
|||||||
},
|
},
|
||||||
"mcrypt": {
|
"mcrypt": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
|
"url": "https://downloads.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
|
|||||||
Reference in New Issue
Block a user