release.mak: create SHA256 instead of MD5 sums
authorTim-Philipp Müller <tim@centricular.net>
Sat, 22 Sep 2012 10:56:34 +0000 (11:56 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 22 Sep 2012 10:56:34 +0000 (11:56 +0100)
release.mak

index 7fbf4ca..341047f 100644 (file)
@@ -2,11 +2,11 @@
 # include $(top_srcdir)/common/release.mak
 
 release: dist
-       $(MAKE) $(PACKAGE)-$(VERSION).tar.xz.md5
+       $(MAKE) $(PACKAGE)-$(VERSION).tar.xz.sha256sum
 
-# generate md5 sum files
-%.md5: %
-       md5sum $< > $@
+# generate sha256 sum files
+%.sha256sum: %
+       sha256sum $< > $@
 
 # check that no marshal or enumtypes files are included
 # this in turn ensures that distcheck fails for missing .list files which is currently