diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:57:46 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:57:46 +0000 |
| commit | 5f04bdbd146462cbcfaab84ec1667f0c2cf7de11 (patch) | |
| tree | 75e74b4e48a3a5bc75fe668d3307b86ae48c1d0b | |
| parent | 9d3d6e7f33f1b151b5a3a211d99b5c6dd3be47df (diff) | |
| download | shibari-5f04bdbd146462cbcfaab84ec1667f0c2cf7de11.tar.gz | |
Add hash
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | doc/index.html | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -112,6 +112,7 @@ tgz: distclean cp -a . /tmp/$$package-$$version && \ cd /tmp && \ tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$$package-$$version.tar.gz $$package-$$version && \ + sha256sum $$package-$$version.tar.gz > $$package-$$version.tar.gz.sha256 && \ exec rm -rf /tmp/$$package-$$version strip: $(ALL_LIBS) $(ALL_BINS) diff --git a/doc/index.html b/doc/index.html index b9e6cd5..e92ebf9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -75,7 +75,8 @@ requirement if you link against the shared version of the s6-dns library. </li> <h3> Download </h3> <ul> - <li> The current released version of shibari is <a href="shibari-0.0.2.0.tar.gz">0.0.2.0</a>. </li> + <li> The current released version of shibari is <a href="shibari-0.0.2.0.tar.gz">0.0.2.0</a>. +You can access its checksum <a href="shibari-0.0.2.0.tar.gz.sha256">here</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/shibari/">shibari git repository</a>: |
