diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:53:40 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:53:40 +0000 |
| commit | 777100e73376d0977ee4300b5580670edb6df08f (patch) | |
| tree | db841de57fdb6d4778701331741c13c770c40195 | |
| parent | 856d2bc042963c12fab9abc14d22c63704d514f8 (diff) | |
| download | mdevd-777100e73376d0977ee4300b5580670edb6df08f.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 4743ca0..cc4626e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -127,7 +127,8 @@ if your <tt>mdev.conf</tt> file contains <tt>+</tt>, <tt>-</tt> or <ul> <li> The current released version of mdevd is -<a href="mdevd-0.1.7.0.tar.gz">0.1.7.0</a>. </li> +<a href="mdevd-0.1.7.0.tar.gz">0.1.7.0</a>. +You can access its checksum <a href="mdevd-0.1.7.0.tar.gz.sha256">here</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/mdevd/">mdevd git repository</a>: |
