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