diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:54:41 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:54:41 +0000 |
| commit | 89eeffed2cadae9232de87754835b1b18d163032 (patch) | |
| tree | 9ff3bbe237b515f5d523b3cc61f8c94bce4ead6f | |
| parent | 759efef6f83313ce5fe5c19c540cbbef288b77f9 (diff) | |
| download | smtpd-starttls-proxy-89eeffed2cadae9232de87754835b1b18d163032.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 63084b2..f072c14 100644 --- a/doc/index.html +++ b/doc/index.html @@ -57,7 +57,8 @@ provides a simple one. </li> <ul> <li> The current released version of smtpd-starttls-proxy is -<a href="smtpd-starttls-proxy-0.0.2.0.tar.gz">0.0.2.0</a>. </li> +<a href="smtpd-starttls-proxy-0.0.2.0.tar.gz">0.0.2.0</a>. +You can access its checksum <a href="smtpd-starttls-proxy-0.0.2.0.tar.gz.sha256">here</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/smtpd-starttls-proxy/">smtpd-starttls-proxy git repository</a>: |
