aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 15:15:52 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 15:15:52 +0000
commit6b8878ed9df46954d49d82bcc091c02a6a1a349e (patch)
treed7ac489965bd559bbe9333976ee8842180d7c44b
parent8ccf1783ae3f41b9675e4ad47b844e837a65a2fd (diff)
downloadskalibs-6b8878ed9df46954d49d82bcc091c02a6a1a349e.tar.gz
Add package 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 3752e2d..eda3dda 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,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)
diff --git a/doc/index.html b/doc/index.html
index e58ff6b..c92183a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -60,7 +60,8 @@ with a standard C development environment </li>
<h3> Download </h3>
<ul>
- <li> The current released version of skalibs is <a href="skalibs-2.14.4.0.tar.gz">2.14.4.0</a>. </li>
+ <li> The current released version of skalibs is <a href="skalibs-2.14.4.0.tar.gz">2.14.4.0</a>.
+You can access its checksum <a href="skalibs-2.14.4.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/skalibs/">skalibs
git repository</a>: