aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 15:47:14 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 15:47:14 +0000
commitbc7c571125e245bb5a08578e3b31752fc7335460 (patch)
tree1dbfe5d97f9693b3eb49a875f4fb1206cc581e18
parentb2595e66eb62e525891c2b6fd1c1f158bebfb249 (diff)
downloads6-portable-utils-bc7c571125e245bb5a08578e3b31752fc7335460.tar.gz
Add hash
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--Makefile1
-rw-r--r--doc/index.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 752b8ba..90098b5 100644
--- a/Makefile
+++ b/Makefile
@@ -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 32f819b..dac0f6f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -90,7 +90,8 @@ library. </li>
<ul>
<li> The current released version of s6-portable-utils is
-<a href="s6-portable-utils-2.3.1.0.tar.gz">2.3.1.0</a>. </li>
+<a href="s6-portable-utils-2.3.1.0.tar.gz">2.3.1.0</a>.
+You can access its checksum <a href="s6-portable-utils-2.3.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-portable-utils/">s6-portable-utils
git repository</a>: