-
Notifications
You must be signed in to change notification settings - Fork 15
/
expect-lua.json
30 lines (30 loc) · 1.09 KB
/
expect-lua.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
{
"version": "0.11.0",
"description": "Expect-lua for Windows",
"homepage": "https://github.com/hymkor/expect",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/expect/releases/download/v0.11.0/expect-v0.11.0-windows-386.zip",
"hash": "74ac1eb731855262210538fa424d5ec12a06328c42c7cf10449ccff97f92300d"
},
"64bit": {
"url": "https://github.com/hymkor/expect/releases/download/v0.11.0/expect-v0.11.0-windows-amd64.zip",
"hash": "1e48300cf959f291ece979ad102191cb7593feab129315ec66d63df65a8d35b9"
}
},
"bin": [
"expect.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/expect/releases/download/v$version/expect-v$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/hymkor/expect/releases/download/v$version/expect-v$version-windows-amd64.zip"
}
}
}
}