New comment by hk0O7 on void-packages repository https://github.com/void-linux/void-packages/pull/46429#issuecomment-1749461994 Comment: It looks as if the lint template in the newly failed PR __Check build / Lint templates__ [job](https://github.com/void-linux/void-packages/actions/runs/6410524637/job/17439706536)'s regex does not take the Kodi release name suffix (`_${_kodi_release}`) into account: ``` /archive/refs/tags/(v?|\Qkodi-addon-inputstream-adaptive\E[-_])?\K[\d.]+(?=\.tar\.gz") ``` How can we go about this?