Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The suffix for the SHA256 files should be sha256, not sha-256.
The .sha256 file should work with 'sha256sum -c'
The .md5 file should work with md5sum -c
Commit 3c5a2e85a0c23b3733c1721ee0ea7286a7b4fd3f in incubator-geode's branch refs/heads/develop from upthewaterspout
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=3c5a2e8 ]
GEODE-1271: Correcting file format and extension for sha256, md5 filesThe .sha-256 files are now sha256. The format of the file is now
CHECKUM *filename
Which matches what is expected by sha256sum -c and md5sum -c