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

This commit is contained in:
HAYAMA_Kaoru
2025-05-08 11:40:06 +09:00
parent 8a84414dfa
commit 33fd5c9218
+5 -5
View File
@@ -1,16 +1,16 @@
{ {
"version": "0.5.0", "version": "0.6.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.5.0/lispect-v0.5.0-windows-386.zip", "url": "https://github.com/hymkor/lispect/releases/download/v0.6.0/lispect-v0.6.0-windows-386.zip",
"hash": "758c248f222f0584e8955d7e1a7ebea70a253482b6831c836ac659099a1d426e" "hash": "89f65c1cf45bf1bd229470cb0817facf24fc5b99c4e3fd061bd0e874887306d5"
}, },
"64bit": { "64bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.5.0/lispect-v0.5.0-windows-amd64.zip", "url": "https://github.com/hymkor/lispect/releases/download/v0.6.0/lispect-v0.6.0-windows-amd64.zip",
"hash": "f3ce8a3bda6dd4fb378b0417debf75012e804ff82b8d94fa8e5b33ee06b7bc1a" "hash": "442c8e657f5340659d1acf7cc9254531acaa8b01a7b4f01032d8fbaf0c9d5356"
} }
}, },
"bin": "lispect.exe", "bin": "lispect.exe",