mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
Change openssl link
This commit is contained in:
@@ -546,9 +546,15 @@
|
||||
}
|
||||
},
|
||||
"openssl": {
|
||||
"type": "filelist",
|
||||
"url": "https://www.openssl.org/source/",
|
||||
"regex": "/href=\"(?<file>openssl-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
||||
"type": "ghrel",
|
||||
"repo": "openssl/openssl",
|
||||
"match": "openssl.+\\.tar\\.gz",
|
||||
"prefer-stable": true,
|
||||
"alt": {
|
||||
"type": "filelist",
|
||||
"url": "https://www.openssl.org/source/",
|
||||
"regex": "/href=\"(?<file>openssl-(?<version>[^\"]+)\\.tar\\.gz)\"/"
|
||||
},
|
||||
"provide-pre-built": true,
|
||||
"license": {
|
||||
"type": "file",
|
||||
|
||||
Reference in New Issue
Block a user