diff --git a/CHANGELOG.md b/CHANGELOG.md index 0674d0c7..adf0fc82 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.0. + ## [2.42.25] - 2024-08-17 - Update `shfmt@latest` to 3.9.0. diff --git a/manifests/knope.json b/manifests/knope.json index 76af9e5f..da1bc412 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.17.0" + "version": "0.18.0" + }, + "0.18": { + "version": "0.18.0" + }, + "0.18.0": { + "x86_64_linux_musl": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-unknown-linux-musl.tgz", + "etag": "0x8DCBF4A381C3736", + "checksum": "b9a1030fb190d3208694bd9ddc6f8e7cdb973840b4d31c333c285ee896b7d7fa", + "bin": "knope-x86_64-unknown-linux-musl/knope" + }, + "x86_64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-apple-darwin.tgz", + "etag": "0x8DCBF4A3820C5F8", + "checksum": "755e0b3616b9ea43bffe3e1108d12f617cc815da4e42f0a1cbfb3bae2520414c", + "bin": "knope-x86_64-apple-darwin/knope" + }, + "x86_64_windows": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-pc-windows-msvc.tgz", + "etag": "0x8DCBF4A381CD2C9", + "checksum": "d84bfc99ca594d3d23fbffabe12e65321e2d68749a44fb3bc46be1929e862da3", + "bin": "knope-x86_64-pc-windows-msvc/knope.exe" + }, + "aarch64_macos": { + "url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-aarch64-apple-darwin.tgz", + "etag": "0x8DCBF4A38156107", + "checksum": "7688ecb47fafd00563319d2894a0300f4453b09841c66eb3f7f1b47265b630d9", + "bin": "knope-aarch64-apple-darwin/knope" + } }, "0.17": { "version": "0.17.0"