New comment by meator on void-packages repository https://github.com/void-linux/void-packages/issues/45668#issuecomment-1684869314 Comment: That's strange. Probably an error on my side. I have tried it in a docker container and I see correct version. This is from my system: ``` > xbps-query yt-dlp architecture: x86_64 changelog: https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md filename-sha256: a34e96987193fff360d1f81a2c16a467f1d157f4c730657b2c246deb0762cc2a filename-size: 1976KB homepage: https://github.com/yt-dlp/yt-dlp install-date: 2023-08-19 08:56 CEST install-script: 847B installed_size: 9476KB license: Unlicense maintainer: Michal Vasilek metafile-sha256: f255cce80de516dd003bad20cd2a3fea7fc5357858d48404a02184860ac0d79b pkgname: yt-dlp pkgver: yt-dlp-2023.07.06_1 remove-script: 845B repository: https://repo-default.voidlinux.org/current run_depends: python3>=0 short_desc: CLI program to download videos from YouTube and other sites source-revisions: yt-dlp:b0e456752f state: installed > sudo xbps-pkgdb yt-dlp > echo $? 0 > /usr/bin/yt-dlp --version 2023.03.04 ```