summaryrefslogtreecommitdiffstats
path: root/Makefile.global
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-01 20:44:47 -0400
committerDavid Bremner <david@tethera.net>2017-03-02 17:31:15 -0400
commit914c4db1f2cf5b19100b42a8e3ea62d000a9b642 (patch)
tree05f36b215884b89066f0c04a7ec98efe41cff87a /Makefile.global
parent4f2a7993a54dacbe5699f3d6195e13de2c1af2b5 (diff)
build: use sha256sum instead of sha1sum to sign releases
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.global b/Makefile.global
index d8f335af..7a78e9b5 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -43,8 +43,8 @@ RELEASE_URL=https://notmuchmail.org/releases
TAR_FILE=$(PACKAGE)-$(VERSION).tar.gz
ELPA_FILE:=$(PACKAGE)-emacs-$(ELPA_VERSION).tar
DEB_TAR_FILE=$(PACKAGE)_$(VERSION).orig.tar.gz
-SHA1_FILE=$(TAR_FILE).sha1
-GPG_FILE=$(SHA1_FILE).asc
+SHA256_FILE=$(TAR_FILE).sha256
+GPG_FILE=$(SHA256_FILE).asc
PV_FILE=bindings/python/notmuch/version.py