From d6673185a2457cba4b4132b9ceb9f4460eaabc40 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 10 Jul 2016 17:05:01 +0200 Subject: Remove incorrect use of PKG_SHA256SUM OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the hash is e.g. SHA256 by looking at the length of the hash. This affects libs/libmicrohttpd, mail/ssmtp and utils/mc. Signed-off-by: Baptiste Jonglez --- mail/ssmtp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/ssmtp') diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 4590c7f1c..00f716ad3 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=GPL-2.0+ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.bz2 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/s/ssmtp -PKG_SHA256SUM:=22c37dc90c871e8e052b2cab0ad219d010fa938608cd66b21c8f3c759046fa36 +PKG_MD5SUM:=22c37dc90c871e8e052b2cab0ad219d010fa938608cd66b21c8f3c759046fa36 include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3