From 9f6863f5d25f77796dd33bf8fa3564e3ef4345ad Mon Sep 17 00:00:00 2001 From: HAYAMA Kaoru <3752189+hymkor@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:19:58 +0900 Subject: [PATCH] Update the manifest of the scoop-installer for v0.7.0 --- lispect.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lispect.json b/lispect.json index 0b186e6..6171b61 100644 --- a/lispect.json +++ b/lispect.json @@ -1,16 +1,16 @@ { - "version": "0.6.2", - "description": "A text-terminal automation tool similar to expect(1) using the subset of ISLisp", + "version": "0.7.0", + "description": "A text-terminal automation tool similar to expect(1) using ISLisp (gmnlisp)", "homepage": "https://github.com/hymkor/lispect", "license": "MIT License", "architecture": { "32bit": { - "url": "https://github.com/hymkor/lispect/releases/download/v0.6.2/lispect-v0.6.2-windows-386.zip", - "hash": "c8e328a5ce96070a04e191974e53ef0c051105b719721d79a5f2d050d87c7df3" + "url": "https://github.com/hymkor/lispect/releases/download/v0.7.0/lispect-v0.7.0-windows-386.zip", + "hash": "4a7b3b59dc8481cd67334aa372bddb60f7e9c20c96b6805cc7c0cb95ae0ca5fe" }, "64bit": { - "url": "https://github.com/hymkor/lispect/releases/download/v0.6.2/lispect-v0.6.2-windows-amd64.zip", - "hash": "8ade4f2d97398c0b39f8b866d30fa2adb5df0898f0789376f6a0c16cc886a614" + "url": "https://github.com/hymkor/lispect/releases/download/v0.7.0/lispect-v0.7.0-windows-amd64.zip", + "hash": "01ea9e4c98bf988baf98c4e20d20d61a02859c5801eb13e4b60c590284b57930" } }, "bin": "lispect.exe",