镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +08:00
GNU sha256sum prefixes a '*' for binary members (the .tar.gz contain NULs), e.g. '<hash> *control.tar.gz'. pdm_install_file parsed the '*' as part of the filename, looked up installed/.stage/*control.tar.gz and always reported a checksum mismatch, so 'pmm install pmm' (amd64 and aarch64 .pdm alike) failed even though the whole-file sha256 was fine. Strip the leading '*'.