diff --git a/CHANGELOG.md b/CHANGELOG.md index 445c82c8..55ba7926 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.19.2. + - Update `cargo-binstall@latest` to 1.12.3. ## [2.49.44] - 2025-04-03 diff --git a/manifests/knope.json b/manifests/knope.json index 94c8302b..057cbd9b 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.19.0" + "version": "0.19.2" }, "0.19": { - "version": "0.19.0" + "version": "0.19.2" + }, + "0.19.2": { + "x86_64_linux_musl": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-x86_64-unknown-linux-musl.tgz", + "etag": "0x8DD754D926CAACF", + "checksum": "110871e00dbfb371053e901fd384eea9e6cfc476c2a44d79f571ae0b8205e8a0", + "bin": "knope-x86_64-unknown-linux-musl/knope" + }, + "x86_64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-x86_64-apple-darwin.tgz", + "etag": "0x8DD754D926C362A", + "checksum": "6409376c597404333537d1897efc0b8135b2df5d52dff192fbca4f85a2a51ff0", + "bin": "knope-x86_64-apple-darwin/knope" + }, + "x86_64_windows": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-x86_64-pc-windows-msvc.tgz", + "etag": "0x8DD754D92716071", + "checksum": "f81bd09efa34396716948560ad3998289cfaac52651aa9bd9c03b271b52b25ca", + "bin": "knope-x86_64-pc-windows-msvc/knope.exe" + }, + "aarch64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.2/knope-aarch64-apple-darwin.tgz", + "etag": "0x8DD754D927C7789", + "checksum": "4eae651d79ebe22178bde8c772ff69545b0df88846772d0d1d5c9bb784c3adee", + "bin": "knope-aarch64-apple-darwin/knope" + } }, "0.19.1": { "x86_64_linux_musl": {