mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 04:46:59 -04:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.6.1",
|
|
"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.1/lispect-v0.6.1-windows-386.zip",
|
|
"hash": "a8899a3ece5f9fc7527c544bab478be924aabebd910a5bd3b305d3d34bef1974"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/hymkor/lispect/releases/download/v0.6.1/lispect-v0.6.1-windows-amd64.zip",
|
|
"hash": "bcc42911b862e04095571eb49c036934f8dfdcbb112a0cc5dcd2bbe23a4873ec"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|