aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5e16f9d..1aea3f2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -98,7 +98,8 @@ the shared version of the skarnet library.
<ul>
<li> The current released version of s6-frontend is
-<a href="s6-frontend-0.0.1.0.tar.gz">0.0.1.0</a>. <strong><red>(unavailable while in development)</red></strong> </li>
+<a href="s6-frontend-0.0.1.0.tar.gz">0.0.1.0</a>. <strong><red>(unavailable while in development)</red></strong>
+You can access its checksum <a href="s6-frontend-0.0.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-frontend/">s6-frontend
git repository</a>: