diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:50:30 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:50:30 +0000 |
| commit | 2f3ccc92df447cc5705e6013e61c1e4bd75d393e (patch) | |
| tree | 86389ddb97e1be5f80426e209a66576b1a1a139e | |
| parent | 1ba7170ab31684a88212d91e9c887b50e5b44aa2 (diff) | |
| download | s6-dns-2f3ccc92df447cc5705e6013e61c1e4bd75d393e.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 66712a0..b7e6de8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,7 +72,8 @@ requirement if you link against the shared version of the skalibs library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6-dns is <a href="s6-dns-2.4.1.0.tar.gz">2.4.1.0</a>. </li> + <li> The current released version of s6-dns is <a href="s6-dns-2.4.1.0.tar.gz">2.4.1.0</a>. +You can access its checksum <a href="s6-dns-2.4.1.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/s6-dns/">s6-dns git repository</a>: |
