mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 04:46:59 -04:00
Update the manifest of the scoop-installer for v0.1.0
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"version": "0.1.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.1.0/lispect-v0.1.0-windows-386.zip",
|
||||||
|
"hash": "050ca5fb90f52368649dac8487e53132f9e88462d35752ab2e3a167f75642482"
|
||||||
|
},
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/hymkor/lispect/releases/download/v0.1.0/lispect-v0.1.0-windows-amd64.zip",
|
||||||
|
"hash": "a3b79b7a7ee406c7fbe0781a54f543bc521840b9b7eadbb48a227ef9bd09c7f5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user