Files
lispect/lispect.json

29 lines
1.1 KiB
JSON

{
"version": "0.7.0",
"description": "A text-terminal automation tool similar to expect(1) using ISLisp (gmnlisp)",
"homepage": "https://github.com/hymkor/lispect",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.7.0/lispect-v0.7.0-windows-386.zip",
"hash": "4a7b3b59dc8481cd67334aa372bddb60f7e9c20c96b6805cc7c0cb95ae0ca5fe"
},
"64bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.7.0/lispect-v0.7.0-windows-amd64.zip",
"hash": "01ea9e4c98bf988baf98c4e20d20d61a02859c5801eb13e4b60c590284b57930"
}
},
"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"
}
}
}
}