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.6.2",
|
|
"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.2/lispect-v0.6.2-windows-386.zip",
|
|
"hash": "c8e328a5ce96070a04e191974e53ef0c051105b719721d79a5f2d050d87c7df3"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/hymkor/lispect/releases/download/v0.6.2/lispect-v0.6.2-windows-amd64.zip",
|
|
"hash": "8ade4f2d97398c0b39f8b866d30fa2adb5df0898f0789376f6a0c16cc886a614"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|