aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 15:41:01 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 15:41:01 +0000
commitb9eb768dc8a61251a0c39fb3845d898338892587 (patch)
tree28cd0ff15a30f0e24cc8bb445508a6771a87670c
parenteae8425957e2401109034e53be2791e48f45d2a6 (diff)
downloadexecline-b9eb768dc8a61251a0c39fb3845d898338892587.tar.gz
Add sha256sum
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 7230798..82ea4f9 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -77,7 +77,8 @@ want nsswitch-like functionality:
<h3> Download </h3>
<ul>
- <li> The current released version of execline is <a href="execline-2.9.7.0.tar.gz">2.9.7.0</a>. </li>
+ <li> The current released version of execline is <a href="execline-2.9.7.0.tar.gz">2.9.7.0</a>.
+You can access its checksum <a href="execline-2.9.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/execline/">execline
git repository</a>: