diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:46:24 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:46:24 +0000 |
| commit | 445c07024609de545795e16035a4a1ab12586561 (patch) | |
| tree | 17bb0e50c92c3b4b05d0dc968ba785a59b1e1f59 | |
| parent | 2580d1b21412e4e5637c52688c6587086f5bd967 (diff) | |
| download | s6-linux-init-445c07024609de545795e16035a4a1ab12586561.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 813ba1c..51081c5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -110,7 +110,8 @@ want nsswitch-like functionality: <ul> <li> The current released version of s6-linux-init is -<a href="s6-linux-init-1.1.3.0.tar.gz">1.1.3.0</a>. </li> +<a href="s6-linux-init-1.1.3.0.tar.gz">1.1.3.0</a>. +You can access its checksum <a href="s6-linux-init-1.1.3.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-linux-init/">s6-linux-init git repository</a>: |
