New comment by g4s8 on void-packages repository https://github.com/void-linux/void-packages/pull/45525#issuecomment-1845073436 Comment: @dkwo I suppose it was not revbumped due to this error: ```txt => lxd-5.9_3: running do-fetch hook: 00-distfiles ... => lxd-5.9_3: fetching distfile 'lxd-5.9.tar.gz' from 'https://linuxcontainers.org/downloads/lxd/lxd-5.9.tar.gz'... https://linuxcontainers.org/downloads/lxd/lxd-5.9.tar.gz: Not Found => ERROR: lxd-5.9_3: failed to fetch 'lxd-5.9.tar.gz'. ``` So I can't build it locally with old go-1.20 version because `https://linuxcontainers.org/downloads/lxd/lxd-5.9.tar.gz` URL returns 404 code. Maybe distfiles URL should be fixed before revbumping this package?