diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:56:06 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:56:06 +0000 |
| commit | f0b2ad1b2023bc04f3add106c63533d19b878d78 (patch) | |
| tree | 512d986bc3ccfb8f5d5c39cc6f167c5db02de32b | |
| parent | ec562101267c33aa7e0e7d5ac8bd4c088affad4e (diff) | |
| download | tipidee-f0b2ad1b2023bc04f3add106c63533d19b878d78.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 cb28976..c25aeed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -143,7 +143,8 @@ Don't take my word for it; try it out for yourself. </li> <ul> <li> The current released version of tipidee is -<a href="tipidee-0.0.6.0.tar.gz">0.0.6.0</a>. </li> +<a href="tipidee-0.0.6.0.tar.gz">0.0.6.0</a>. +You can access its checksum <a href="tipidee-0.0.6.0.tar.gz.sha256">here</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/tipidee/">tipidee git repository</a>: |
