Releases 3

For tarballs and release assets from this project, see releases.pagure.org/shellfu-bash-cleanse.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/shellfu-bash-cleanse.git
cd shellfu-bash-cleanse
git archive --format=tar.gz --prefix=shellfu-bash-cleanse-<TAG>/ -o shellfu-bash-cleanse-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

v0.0.2
cleanse v0.0.2 -
1a8476ddfda6e61d233f0b7ac2f72503a54bf76b
cleanse v0.0.2 - Overview of changes: * Add support for overriding cleanser per call
v0.0.1
cleanse v0.0.1 -
bdaebaad395795b8f465c082139a46057488d522
cleanse v0.0.1 - Overview of changes: * Fixed version number c/p error in mkit.ini Turns out it was harmless; no need to overbump existing builds. * Switched to new branch naming convention (s/last/latest/) * Updated MKit to v0.0.39
v0.0.0
b73dd28d9bf56fceacd62984089779f659b08588