diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-02 04:22:26 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-02 04:22:26 +0000 |
| commit | 07a793bc3b40d690da98dbf4436ac4503061e0fe (patch) | |
| tree | c1901c60ba71180bc7b302bb75d72ef7b94184ac /Makefile | |
| parent | 89745ecd2ac8927d0823211038c3cc4c4c23341b (diff) | |
| download | s6-07a793bc3b40d690da98dbf4436ac4503061e0fe.tar.gz | |
Add hash
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 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) |
