There is a new pull request by JamiKettunen against master on the void-packages repository https://github.com/JamiKettunen/void-packages fix-gitlab-update-check https://github.com/void-linux/void-packages/pull/44043 Fix GitLab update-checks Something changed recently (in GitLab 16.1?) and it now requires the `-/` similar to the archive URL. Fixed (`GitLab Enterprise Edition 16.1.0-pre 563cf02c7b5`): ``` XBPS_UPDATE_CHECK_VERBOSE=1 ./xbps-src update-check corectrl ``` Unchanged (`GitLab Community Edition 15.11.4`): ``` XBPS_UPDATE_CHECK_VERBOSE=1 ./xbps-src update-check wlroots ``` #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/44043.patch is attached