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

This commit is contained in:
HAYAMA_Kaoru
2024-12-04 13:38:02 +09:00
parent fabace2061
commit 1d78fec6c3
+5 -5
View File
@@ -1,16 +1,16 @@
{ {
"version": "0.1.0", "version": "0.2.0",
"description": "A text-terminal automation tool similar to expect(1) using the subset of ISLisp", "description": "A text-terminal automation tool similar to expect(1) using the subset of ISLisp",
"homepage": "https://github.com/hymkor/lispect", "homepage": "https://github.com/hymkor/lispect",
"license": "MIT License", "license": "MIT License",
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.1.0/lispect-v0.1.0-windows-386.zip", "url": "https://github.com/hymkor/lispect/releases/download/v0.2.0/lispect-v0.2.0-windows-386.zip",
"hash": "050ca5fb90f52368649dac8487e53132f9e88462d35752ab2e3a167f75642482" "hash": "e4f3ee5ebd818413e01c47d5f25776da784393abd8c749483a5769bc80d7637b"
}, },
"64bit": { "64bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.1.0/lispect-v0.1.0-windows-amd64.zip", "url": "https://github.com/hymkor/lispect/releases/download/v0.2.0/lispect-v0.2.0-windows-amd64.zip",
"hash": "a3b79b7a7ee406c7fbe0781a54f543bc521840b9b7eadbb48a227ef9bd09c7f5" "hash": "68b198de90341140fbcac4210305ad7f6e093ecee3c46ffb0e6cf153fd390093"
} }
}, },
"bin": "lispect.exe", "bin": "lispect.exe",