mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-27 20:36:34 -04:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.4.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.4.0/lispect-v0.4.0-windows-386.zip",
|
|
"hash": "1959ae86106fcbfd7196c1ac6901f26a836c99a18aa6e7bff1e8db794f44d1e8"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/hymkor/lispect/releases/download/v0.4.0/lispect-v0.4.0-windows-amd64.zip",
|
|
"hash": "e0e50fac57171ca72328d598fee5ffc446f30a24f355621d70093cf6a2810253"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|