From 4adfb750eb6fca774d242a114a1d037a36df3c5d Mon Sep 17 00:00:00 2001 From: HAYAMA Kaoru <3752189+hymkor@users.noreply.github.com> Date: Mon, 21 Jul 2025 02:59:02 +0900 Subject: [PATCH] Update the manifest of the scoop-installer for v0.6.2 --- lispect.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lispect.json b/lispect.json index 93e6440..0b186e6 100644 --- a/lispect.json +++ b/lispect.json @@ -1,16 +1,16 @@ { - "version": "0.6.1", + "version": "0.6.2", "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.6.1/lispect-v0.6.1-windows-386.zip", - "hash": "a8899a3ece5f9fc7527c544bab478be924aabebd910a5bd3b305d3d34bef1974" + "url": "https://github.com/hymkor/lispect/releases/download/v0.6.2/lispect-v0.6.2-windows-386.zip", + "hash": "c8e328a5ce96070a04e191974e53ef0c051105b719721d79a5f2d050d87c7df3" }, "64bit": { - "url": "https://github.com/hymkor/lispect/releases/download/v0.6.1/lispect-v0.6.1-windows-amd64.zip", - "hash": "bcc42911b862e04095571eb49c036934f8dfdcbb112a0cc5dcd2bbe23a4873ec" + "url": "https://github.com/hymkor/lispect/releases/download/v0.6.2/lispect-v0.6.2-windows-amd64.zip", + "hash": "8ade4f2d97398c0b39f8b866d30fa2adb5df0898f0789376f6a0c16cc886a614" } }, "bin": "lispect.exe",