From 1d78fec6c3423742064010602ad5863fffb619e1 Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Wed, 4 Dec 2024 13:38:00 +0900 Subject: [PATCH] Update the manifest of the scoop-installer for v0.2.0 --- lispect.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lispect.json b/lispect.json index 1c63f7e..cb372ed 100644 --- a/lispect.json +++ b/lispect.json @@ -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", "homepage": "https://github.com/hymkor/lispect", "license": "MIT License", "architecture": { "32bit": { - "url": "https://github.com/hymkor/lispect/releases/download/v0.1.0/lispect-v0.1.0-windows-386.zip", - "hash": "050ca5fb90f52368649dac8487e53132f9e88462d35752ab2e3a167f75642482" + "url": "https://github.com/hymkor/lispect/releases/download/v0.2.0/lispect-v0.2.0-windows-386.zip", + "hash": "e4f3ee5ebd818413e01c47d5f25776da784393abd8c749483a5769bc80d7637b" }, "64bit": { - "url": "https://github.com/hymkor/lispect/releases/download/v0.1.0/lispect-v0.1.0-windows-amd64.zip", - "hash": "a3b79b7a7ee406c7fbe0781a54f543bc521840b9b7eadbb48a227ef9bd09c7f5" + "url": "https://github.com/hymkor/lispect/releases/download/v0.2.0/lispect-v0.2.0-windows-amd64.zip", + "hash": "68b198de90341140fbcac4210305ad7f6e093ecee3c46ffb0e6cf153fd390093" } }, "bin": "lispect.exe",