Releases 6

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

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-rstatic.git
cd shellfu-bash-rstatic
git archive --format=tar.gz --prefix=shellfu-bash-rstatic-<TAG>/ -o shellfu-bash-rstatic-<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.5
rstatic v0.0.5 -
e5e5dcc68b6c813cfbe61771e411ccb83c74f5e5
rstatic v0.0.5 - Overview of changes: * Updated for shellfu-bash-jat-0.0.15
v0.0.4
rstatic v0.0.4 -
e332bf16692edc52f9a0716a5650156200a2322a
rstatic v0.0.4 - Overview of changes: * Extended 'pybin' heuristic in syntax.python syntax.python will now jump yet a couple more hoops to decide which python to usefor checking. * Improved builtin option reader a bit * Improved heuristic failure warning in syntax.python
v0.0.3
rstatic v0.0.3 -
9d945beac9cbf84e021f07117dfe8ec2738659dc
rstatic v0.0.3 - Overview of changes: * Fixed typo created when porting from BeakerLib
v0.0.2
rstatic v0.0.2 -
714c685f5dde006d09c18aa24560623e8073e063
rstatic v0.0.2 - * Made python binary guessing a bit more reliable In particular, strip leading/trailing spaces from Requires:.
v0.0.1
rstatic v0.0.1 -
04ebc36ff876e6f79bc2c7b146a4383065654efc
rstatic v0.0.1 - Overview of changes: * Added support for builtin-specific options * Added missing dependency
v0.0.0
d3b430f94b44f1d64e0d09e4ae0f4a166e643bc7