Files
lispect/lispect.json
T

29 lines
1.1 KiB
JSON

{
"version": "0.6.0",
"description": "A text-terminal automation tool similar to expect(1) using the subset of ISLisp",
"homepage": "https://github.com/hymkor/lispect",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.6.0/lispect-v0.6.0-windows-386.zip",
"hash": "89f65c1cf45bf1bd229470cb0817facf24fc5b99c4e3fd061bd0e874887306d5"
},
"64bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.6.0/lispect-v0.6.0-windows-amd64.zip",
"hash": "442c8e657f5340659d1acf7cc9254531acaa8b01a7b4f01032d8fbaf0c9d5356"
}
},
"bin": "lispect.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v$version/lispect-v$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v$version/lispect-v$version-windows-amd64.zip"
}
}
}
}