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