diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 16:00:44 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 16:00:44 +0000 |
| commit | 7ff6958023a9b139d2df9c747fd6044e424e6cae (patch) | |
| tree | dcb42023afe516a0c0838698bb8e22d8bc38340e | |
| parent | 8749b6c31a8a795a47d6eef9a43f928a88986de4 (diff) | |
| download | skabus-7ff6958023a9b139d2df9c747fd6044e424e6cae.tar.gz | |
Add hash
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | doc/index.html | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -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 5591336..09ddfb1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -68,7 +68,8 @@ a consistent vision behind them. <h3> Download </h3> <ul> - <!-- <li> The current released version of skabus is <a href="skabus-0.0.1.0.tar.gz">0.0.1.0</a>. --> + <!-- <li> The current released version of skabus is <a href="skabus-0.0.1.0.tar.gz">0.0.1.0</a>. +You can access its checksum <a href="skabus-0.0.1.0.tar.gz.sha256">here</a>. </li> --> <li> There is no official numbered release version of skabus at the moment. </li> <li> But you can checkout a copy of the skabus git repository: <pre> git clone git://git.skarnet.org/skabus </pre> </li> |
