diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-01 15:15:52 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-01 15:15:52 +0000 |
| commit | 6b8878ed9df46954d49d82bcc091c02a6a1a349e (patch) | |
| tree | d7ac489965bd559bbe9333976ee8842180d7c44b /Makefile | |
| parent | 8ccf1783ae3f41b9675e4ad47b844e837a65a2fd (diff) | |
| download | skalibs-6b8878ed9df46954d49d82bcc091c02a6a1a349e.tar.gz | |
Add package 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
@@ -69,6 +69,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) |
