Re: Question about Checksum for Maven 3.8.6

2022-07-10 Thread András Péteri
Hi Nathan, I think macOS/Safari unpacks archives on successful download automatically, and it looks like you were trying to compute the checksum for the un-gzipped .tar version of the archive instead of the .tar.gz version, hence the mismatch. (I also think this is what Michael referred to as "wro

Re: Question about Checksum for Maven 3.8.6

2022-07-09 Thread Slawomir Jaranowski
Hi, My test System Version: macOS 12.3.1 (21E258) curl -sq https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz | openssl sha512 f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26 So it

Re: Question about Checksum for Maven 3.8.6

2022-07-09 Thread Michael Osipov
Am 2022-07-09 um 02:00 schrieb Nathan Sit: Hi, I’m new to this (basically googled how to do checksum), but the checksum doesn’t seem to match for the file: apache-maven-3.8.6-bin.tar.gz I got both the checksum and the file from the Download page: https://maven.apache.org/download.cgi I ra

Question about Checksum for Maven 3.8.6

2022-07-09 Thread Nathan Sit
Hi, I’m new to this (basically googled how to do checksum), but the checksum doesn’t seem to match for the file: > apache-maven-3.8.6-bin.tar.gz I got both the checksum and the file from the Download page: > https://maven.apache.org/download.cgi I ran this on iTerm (M1 Mac if that matters, Mon