aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 16:00:00 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 16:00:00 +0000
commit287ecb751f0a949a3dd41354b090daf638233ade (patch)
tree55cd7d7a32a6c8d9a9c492a9ac39de0b8cb5f37c
parent963b5993c3a6013c482e641038f3d1b912237d9f (diff)
downloadapaste-287ecb751f0a949a3dd41354b090daf638233ade.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 9edecb7..2a377ae 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -54,7 +54,8 @@ that provides the network connection. </li>
<ul>
<li> The current released version of apaste is
-<a href="apaste-0.0.3.0.tar.gz">0.0.3.0</a>. </li>
+<a href="apaste-0.0.3.0.tar.gz">0.0.3.0</a>.
+You can access its checksum <a href="apaste-0.0.3.0.tar.gz.sha256">here</a>. </li>
<li> You can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/apaste/">apaste
git repository</a>: