Fossil

Index Of Official Releases
Login

Index Of Official Releases

This document contains the SHA3 hash name for recent official Fossil releases. The format is designed to be friendly to scripts that are searching for official release information, and to be easy to maintain. Human readability is not a big consideration.

Scripts should be able to locate the version number and SHA3 of the latest official release using a regular expression similar to the following:

/([.0-9]+) .rarr; ([0-9a-z]+) .latest./

The first matching subexpression will be the version number and the second matching subexpression will be the SHA3 hash of the release. If we represent the SHA3 hash as "HASH" and the version number as "VERSION", then a URL to download a tarball of the official release source code would be this:

https://fossil-scm.org/home/tarball/HASH/fossil-src-VERSION.tar.gz

Releases