mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 12:56:36 -04:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.3.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.3.0/lispect-v0.3.0-windows-386.zip",
|
|
"hash": "492d667917dde1b1cd3e8c26ae1427e58d4ff255dbf7e83804d0286e61ba0331"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/hymkor/lispect/releases/download/v0.3.0/lispect-v0.3.0-windows-amd64.zip",
|
|
"hash": "89f3927086847dd4b241e0a8c3890d3c7139043560c82f589381480e2bd2dac9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|