[MacPorts] #70283: gopls: checksum mismatch
MacPorts
noreply at macports.org
Mon Jun 24 00:57:47 UTC 2024
#70283: gopls: checksum mismatch
--------------------+--------------------
Reporter: amake | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gopls
--------------------+--------------------
The gopls checksums are apparently incorrect. Looking at the Port Health
at https://ports.macports.org/port/gopls/details/ it looks like upstream
did a stealth update.
{{{
DEBUG: checksum phase started at Mon Jun 24 09:55:54 JST 2024
---> Verifying checksums for gopls
DEBUG: Executing org.macports.checksum (gopls)
---> Checksumming tools-0.16.0.tar.gz
DEBUG: Calculated (rmd160) is 4b93bff003eabc1129bcfaa22f2c94ee2497e920
Error: Checksum (rmd160) mismatch for tools-0.16.0.tar.gz
Portfile checksum: tools-0.16.0.tar.gz rmd160
4fb04a9172e61f2d4328111655d71314778bbe49
Distfile checksum: tools-0.16.0.tar.gz rmd160
4b93bff003eabc1129bcfaa22f2c94ee2497e920
DEBUG: Calculated (sha256) is
0775f9769a4dfc54dfaa41182d3725f44a8fd6eaed2568390dde7f5803f931be
Error: Checksum (sha256) mismatch for tools-0.16.0.tar.gz
Portfile checksum: tools-0.16.0.tar.gz sha256
c63ef6f604e82be6c5b6e5f65fa291440459b4da7cde7b4e01d46ad1ac066ea9
Distfile checksum: tools-0.16.0.tar.gz sha256
0775f9769a4dfc54dfaa41182d3725f44a8fd6eaed2568390dde7f5803f931be
DEBUG: Calculated (size) is 3872411
Error: Checksum (size) mismatch for tools-0.16.0.tar.gz
Portfile checksum: tools-0.16.0.tar.gz size 3625708
Distfile checksum: tools-0.16.0.tar.gz size 3872411
The correct checksum line may be:
checksums rmd160 4b93bff003eabc1129bcfaa22f2c94ee2497e920 \
sha256
0775f9769a4dfc54dfaa41182d3725f44a8fd6eaed2568390dde7f5803f931be \
size 3872411
Error: Failed to checksum gopls: Unable to verify file checksums
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70283>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list