From 4ac05cd949282651c182a9c36ff508cba72d1978 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 1 May 2025 15:58:48 +0000 Subject: Add hash Signed-off-by: Laurent Bercot --- Makefile | 1 + doc/index.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 4b5f194..f62c2b8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -61,7 +61,8 @@ requirement if you link against the shared version of the skalibs library.