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