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

This commit is contained in:
HAYAMA_Kaoru
2025-01-17 00:01:59 +09:00
parent a12da4396a
commit 183c8b2d94
+5 -5
View File
@@ -1,16 +1,16 @@
{
"version": "0.4.0",
"version": "0.4.1",
"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.4.0/lispect-v0.4.0-windows-386.zip",
"hash": "1959ae86106fcbfd7196c1ac6901f26a836c99a18aa6e7bff1e8db794f44d1e8"
"url": "https://github.com/hymkor/lispect/releases/download/v0.4.1/lispect-v0.4.1-windows-386.zip",
"hash": "babdb6547c1c918f6f45c3eb2516859fa738377d0bfd98220c13d438f6d878be"
},
"64bit": {
"url": "https://github.com/hymkor/lispect/releases/download/v0.4.0/lispect-v0.4.0-windows-amd64.zip",
"hash": "e0e50fac57171ca72328d598fee5ffc446f30a24f355621d70093cf6a2810253"
"url": "https://github.com/hymkor/lispect/releases/download/v0.4.1/lispect-v0.4.1-windows-amd64.zip",
"hash": "f93b11eefcaa64b28a7f28b589378fd34d48c227ca09d8454affc46637c11ebf"
}
},
"bin": "lispect.exe",