Update the manifest of the scoop-installer for v0.1.0

This commit is contained in:
HAYAMA_Kaoru
2024-12-02 21:07:10 +09:00
parent cdf6b42414
commit b6d61b100c
+28
View File
@@ -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"
}
}
}
}