Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Provide checksum files

Jan T. Sott edited this page Dec 29, 2015 · 3 revisions

As of v2.3.0-alpha, file checksums can be displayed below the file name. Enable process_checksum in the general settings. Supported checksum types are listed under checksum_files.

Example:

# Create files
$ echo "Not an ISO image" > somefile.iso

# Create checksums
$ shasum somefile.iso > somefile.iso.sha1sum

# List files
$ ls -1
somefile.iso
somefile.iso.sha1sum

With both files uploaded to your public folder, the dear listing should now show the checksum below the file name.

Clone this wiki locally