diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c02d4f..a7fb267f 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.20.0. + ## [2.50.5] - 2025-05-02 - Update `xh@latest` to 0.24.1. diff --git a/manifests/knope.json b/manifests/knope.json index 057cbd9b..cec0b7db 100644 --- a/manifests/knope.json +++ b/manifests/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"