I also have the same issue when trying to upgrade. [ATTACH]
You issue is the PHP 8.0.17 download file itself - seems on github that version is tagged unverified right now Release php-8.0.17 ยท php/php-src Does 8.0.16 work? Might need the PHP upgrade logs for further clues as outlined at https://community.centminmod.com/threads/how-to-troubleshoot-php-installs-upgrades.17857/
Oh it could be you had a previously incomplete php-8.0.17..tar.gz download file in /svr-setup that centmin.sh menu option 5 is picking up and complaining about. what's output for Code (Text): ls -lAh /svr-setup| grep php-8.0 If the php-8.0.17.tar.gz size is off from download site version, then it could be incomplete download Try removing it from /svr-setup and retrying PHP 8.0.17 update
That was the case of my issue, it was incomplete php-8.0.17..tar.gz download file in /svr-setup. After removed I've updated to 8.0.17 with no problem!