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