To make a long story short, I am trying to update my 'sudo' in command line terminal as it's buggy and out of date. From my understanding, I can start by going here to update sudo:
www.sudo.ws
It seems other MacOS users have done this in the past.
The problem is their 256 checksums NEVER match mine when I do:
shasum -a 256 /full/path/to/your/file
I always get a different number.
Is MacOS modifying the file in some way due to a different format, or has someone been tampering?
Download Sudo
Sudo is distributed in source and and binary package formats. For information on how the binary packages are built, see building packages. All source distributions and binary packages are signed with Todd’s PGP key. For .rpm and .deb packages, the signature is embedded in the package file...

It seems other MacOS users have done this in the past.
The problem is their 256 checksums NEVER match mine when I do:
shasum -a 256 /full/path/to/your/file
I always get a different number.
Is MacOS modifying the file in some way due to a different format, or has someone been tampering?