My apologies if this is the wrong place to ask. I've tried searching for a previous question like this with no luck.
I'm trying to download an installer from:
https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.16.5.html
Specifically version 36.0.0 - the SHA1 hash is posted as: SHA1: bb2b9aeb2fd0c0b6e34f5efaeccae7704c410d34
When I use PowerShell in Windows 10 to verify the hash using:
certutil -hashfile forge-1.16.5-36.0.0-installer.jar sha1
I get the following hash which does not match:
SHA1 hash of forge-1.16.5-36.0.0-installer.jar:
5365ae5100687f1c6c355df941d71598deedf44b
CertUtil: -hashfile command completed successfully.
I there a glitch on the website or am I checking the hash incorrectly?