diff options
| -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 bd27664..0f8ac74 100644 --- a/doc/index.html +++ b/doc/index.html @@ -91,7 +91,8 @@ run-time requirement if you link against its shared version. </li> <ul> <li> The current released version of s6-networking is -<a href="s6-networking-2.7.1.0.tar.gz">2.7.1.0</a>. </li> +<a href="s6-networking-2.7.1.0.tar.gz">2.7.1.0</a>. +You can access its checksum <a href="s6-networking-2.7.1.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/s6-networking/">s6-networking git repository</a>: |
