From 2d21a2f4a7cd894529addc73c9d5b9d408fbd473 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 3 May 2025 17:04:03 +0900 Subject: [PATCH] Update manifest schema --- knope.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/knope.json b/knope.json index 057cbd9b..cec0b7db 100644 --- a/knope.json +++ b/knope.json @@ -3,7 +3,36 @@ "template": null, "license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)", "latest": { - "version": "0.19.2" + "version": "0.20.0" + }, + "0.20": { + "version": "0.20.0" + }, + "0.20.0": { + "x86_64_linux_musl": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.20.0/knope-x86_64-unknown-linux-musl.tgz", + "etag": "0x8DD89F6002CC10E", + "checksum": "0395fd0b7f6900d0d9c5ef9c11e33dac97660074f393f041f49fe9e7a12be9f1", + "bin": "knope-x86_64-unknown-linux-musl/knope" + }, + "x86_64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.20.0/knope-x86_64-apple-darwin.tgz", + "etag": "0x8DD89F6003286EF", + "checksum": "f277f4d2fe04557e2f34a9bf94e354861da598ece179439913de357f234eee23", + "bin": "knope-x86_64-apple-darwin/knope" + }, + "x86_64_windows": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.20.0/knope-x86_64-pc-windows-msvc.tgz", + "etag": "0x8DD89F600299058", + "checksum": "cca6a0d8682ae928e845c5038049a5da6a2c575ab06754b187ab95a1d49c16d9", + "bin": "knope-x86_64-pc-windows-msvc/knope.exe" + }, + "aarch64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.20.0/knope-aarch64-apple-darwin.tgz", + "etag": "0x8DD89F6002CC10E", + "checksum": "93d60ad4f00804e78f1bfc64cb87f3ab24a7ad04a769e689881d6654cfee28c5", + "bin": "knope-aarch64-apple-darwin/knope" + } }, "0.19": { "version": "0.19.2"