-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphp7.1-ds.json
30 lines (30 loc) · 1.17 KB
/
php7.1-ds.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
{
"homepage": "https://pecl.php.net/package/ds",
"version": "1.2.4",
"license": "http://www.php.net/license/3_01.txt",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/ds/1.2.4/php_ds-1.2.4-7.1-ts-vc14-x64.zip",
"hash": "884adf4fe013b6dbbad1999f2951c11c39742572d78d32a6b15924c44dc7f06b"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/ds/1.2.4/php_ds-1.2.4-7.1-ts-vc14-x86.zip",
"hash": "1de3600956125f89bb505bb715a239c77767bfb8c11c93d509e9b932b954d767"
}
},
"checkver": "ds/([\\d.]+)/windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/pecl/releases/ds/$version/php_ds-$version-7.1-ts-vc14-x64.zip"
},
"32bit": {
"url": "http://windows.php.net/downloads/pecl/releases/ds/$version/php_ds-$version-7.1-ts-vc14-x86.zip"
}
}
},
"post_install": "iex(gc $bucketsdir\\$bucket\\bin\\postinstall.ps1 -Raw)",
"uninstaller": {
"file": "uninstall.ps1"
}
}