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