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