Loading
crowdsec: Set tag version as expected by upstream
Without setting the correct version here, the package is completely broken as the local API checks that any clients report the correct user agent, which includes this string. The sanity check missed this since `grep` just checks if a string exists in the line, and the version happened to be a superstring of what is expected. I've made this a bit more robust and switched to using `preCheck` rather than replacing the whole `checkPhase` while I'm here. This has been broken since switching to `refs/tags` in 326517a5.