-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphp71-taint.json
33 lines (33 loc) · 1.6 KB
/
php71-taint.json
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/taint",
"version": "2.0.4",
"license": "http://www.php.net/license/3_01.txt",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/taint/2.0.4/php_taint-2.0.4-7.1-ts-vc14-x64.zip",
"hash": "d79febbdfa5bab562b0a38563c3117d0c95180919fd59976f5b2b40d86d4ab8e"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/taint/2.0.4/php_taint-2.0.4-7.1-ts-vc14-x86.zip",
"hash": "928baa8fb675b9ea7c61f119497195c1d984c9e18a6cab40295ad56de39d83e2"
}
},
"depends": [
"php"
],
"post_install": "$phpconfd = \"$persist_dir\\..\\php\\cli\\conf.d\"; if((test-path $phpconfd)) { echo \"Enabling extension $(Convert-Path $phpconfd)\\taint.ini\"; echo \"extension=$dir\\php_taint.dll\" | sc \"$phpconfd\\taint.ini\"; echo \"Remove-Item '$(Convert-Path $phpconfd)\\taint.ini'\" | sc \"$dir\\uninstall.ps1\" } else { write-host -f yellow \"PHP was not installed through scoop, you have to activate php_taint.dll manually!\" }",
"checkver": "taint/([\\d.]+)/windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/taint/$version/php_taint-$version-7.1-ts-vc14-x64.zip"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/taint/$version/php_taint-$version-7.1-ts-vc14-x86.zip"
}
}
},
"uninstaller": {
"file": "uninstall.ps1"
}
}