diff --git a/lispect.json b/lispect.json new file mode 100644 index 0000000..1c63f7e --- /dev/null +++ b/lispect.json @@ -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" + } + } + } +}