Closed reavessm closed 3 months ago
SHA256 defined in packages/compress/unzip/package.mk is incorrect
packages/compress/unzip/package.mk
Steps to reproduce the behavior:
https://github.com/madler/unzip/archive/0b82c20ac7375b522215b567174f370be89a4b12.tar.gz
sha256sum unzip-*.tar.gz
also
BASE_ONLY=true make -j1 RK3566
Incorrect checksum calculated on downloaded file: got 002da7dccff8314cc6077794343990353935efbd3623a3c457ed0d8a0c1fbea1 wanted 036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
I can confirm this as I had already fixed it locally.
Describe the bug
SHA256 defined in
packages/compress/unzip/package.mk
is incorrectHow to reproduce
Steps to reproduce the behavior:
https://github.com/madler/unzip/archive/0b82c20ac7375b522215b567174f370be89a4b12.tar.gz
manuallysha256sum unzip-*.tar.gz
also
BASE_ONLY=true make -j1 RK3566
Incorrect checksum calculated on downloaded file: got 002da7dccff8314cc6077794343990353935efbd3623a3c457ed0d8a0c1fbea1 wanted 036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
Information