-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphp71-seaslog.json
More file actions
33 lines (33 loc) · 1.64 KB
/
php71-seaslog.json
File metadata and controls
33 lines (33 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"homepage": "https://pecl.php.net/package/seaslog",
"version": "1.7.5",
"license": "http://www.php.net/license/3_01.txt",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/seaslog/1.7.5/php_seaslog-1.7.5-7.1-ts-vc14-x64.zip",
"hash": "299f291828fc784a678b99fc54e90fad6651db02e7af6bffdcba4001de9f99a4"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/seaslog/1.7.5/php_seaslog-1.7.5-7.1-ts-vc14-x86.zip",
"hash": "9dcb083b79e5a18a55659e1de402348994dc4d0c6875ccb1cba7395774174f4a"
}
},
"depends": [
"php"
],
"post_install": "$phpconfd = \"$persist_dir\\..\\php\\cli\\conf.d\"; if((test-path $phpconfd)) { echo \"Enabling extension $(Convert-Path $phpconfd)\\seaslog.ini\"; echo \"extension=$dir\\php_seaslog.dll\" | sc \"$phpconfd\\seaslog.ini\"; echo \"Remove-Item '$(Convert-Path $phpconfd)\\seaslog.ini'\" | sc \"$dir\\uninstall.ps1\" } else { write-host -f yellow \"PHP was not installed through scoop, you have to activate php_seaslog.dll manually!\" }",
"checkver": "(?i)seaslog/([\\d.]+)/windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/seaslog/$version/php_seaslog-$version-7.1-ts-vc14-x64.zip"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/seaslog/$version/php_seaslog-$version-7.1-ts-vc14-x86.zip"
}
}
},
"uninstaller": {
"file": "uninstall.ps1"
}
}