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