Contributing
January 30, 2019 ยท View on GitHub
Use update.sh, or manually do the following:
- Add the new version to
versions.txt.
- Versions should be listed incrementally.
- Add new stable versions to
stable.txt, replacing any previous stable version for that version family.
- Should only contain the latest stable version for each version family.
- Append the MD5 checksums for all released files to
checksums.md5. - Append the SHA1 checksums for all released files to
checksums.sha1. - Append the SHA256 checksums for all released files to
checksums.sha256. - Append the SHA512 checksums for all released files to
checksums.sha512.
- Never remove a version from
versions.txt. - Never remove checksums from a
checksum.*file. Unless the file is literally no longer available on the Internet.