From 82214f4be354e971857c762dcf536142ce16fed9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 21 Jan 2025 01:59:00 +0000 Subject: [PATCH] Update `knope@latest` to 0.18.3 --- CHANGELOG.md | 2 ++ manifests/knope.json | 30 ++++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fa4695..c11fa340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `knope@latest` to 0.18.3. + ## [2.47.20] - 2025-01-21 - Update `wasmtime@latest` to 29.0.0. diff --git a/manifests/knope.json b/manifests/knope.json index 53646d1f..861b59e9 100644 --- a/manifests/knope.json +++ b/manifests/knope.json @@ -3,10 +3,36 @@ "template": null, "license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)", "latest": { - "version": "0.18.2" + "version": "0.18.3" }, "0.18": { - "version": "0.18.2" + "version": "0.18.3" + }, + "0.18.3": { + "x86_64_linux_musl": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.3/knope-x86_64-unknown-linux-musl.tgz", + "etag": "0x8DD39BE215D7200", + "checksum": "7ebe693bcb214dceef133b9f0ce14af052f74056b205c6175dac3d99713bf8e6", + "bin": "knope-x86_64-unknown-linux-musl/knope" + }, + "x86_64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.3/knope-x86_64-apple-darwin.tgz", + "etag": "0x8DD39BE215F1DD1", + "checksum": "a9717b6883436850118e9549acccbe75553ff89a0934d1578c90f280ef974243", + "bin": "knope-x86_64-apple-darwin/knope" + }, + "x86_64_windows": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.3/knope-x86_64-pc-windows-msvc.tgz", + "etag": "0x8DD39BE21590A2E", + "checksum": "1f8056add6ab3b2af6a1570f166cd4d5f76003ec6d4982c1c3f59eae093580c1", + "bin": "knope-x86_64-pc-windows-msvc/knope.exe" + }, + "aarch64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.3/knope-aarch64-apple-darwin.tgz", + "etag": "0x8DD39BE21590A2E", + "checksum": "f2ea1719bd3f7143c7ba68ef1a5dfb977739a88f6b93a1e915674ec36fdf3040", + "bin": "knope-aarch64-apple-darwin/knope" + } }, "0.18.2": { "x86_64_linux_musl": {