-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathexpect-lua.json
28 lines (28 loc) · 1.07 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
{
"version": "1.0.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/v1.0.0/expect-v1.0.0-windows-386.zip",
"hash": "41273341e0cba1178cb521854f0eba70b8db1b24678b92085b6a29ecc39ea117"
},
"64bit": {
"url": "https://github.com/hymkor/expect/releases/download/v1.0.0/expect-v1.0.0-windows-amd64.zip",
"hash": "9dfb184fd06d6483257a8d8c59f3f054d509a7a7063aae078b7db98f56d015fe"
}
},
"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"
}
}
}
}