From 915b695e88642b04ef5da48e33fb038ef1a0c12c Mon Sep 17 00:00:00 2001 From: vrubelroman Date: Wed, 13 May 2026 13:41:39 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20remaining=200.2.4=20=E2=86=92=200.2.5=20?= =?UTF-8?q?in=20deb=20filenames?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13f496a..6a05d3f 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ The Nix package wraps `vcom` with `ueberzugpp` in `PATH`, so image preview works Download and install the latest release: ```bash -curl -sL https://github.com/vrubelroman/vcom/releases/download/v0.2.5/vcom_0.2.4_amd64.deb -o /tmp/vcom_0.2.4_amd64.deb -sudo apt install /tmp/vcom_0.2.4_amd64.deb +curl -sL https://github.com/vrubelroman/vcom/releases/download/v0.2.5/vcom_0.2.5_amd64.deb -o /tmp/vcom_0.2.5_amd64.deb +sudo apt install /tmp/vcom_0.2.5_amd64.deb ``` The Debian package declares `ueberzug` (or `ueberzugpp` where available) as a dependency for image preview outside `kitty`. @@ -194,7 +194,7 @@ Pushing a tag like `v0.2.5` triggers GitHub Actions release workflow (`.github/w Release artifacts: - `vcom-v0.2.5-x86_64-unknown-linux-gnu.tar.gz` -- `vcom_0.2.4_amd64.deb` +- `vcom_0.2.5_amd64.deb` - `vcom-v0.2.5-checksums.txt` ## Notes