diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2016-07-10 17:05:01 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2016-07-10 22:36:07 +0200 |
commit | d6673185a2457cba4b4132b9ceb9f4460eaabc40 (patch) | |
tree | a13aab9c5f60aa5aa7327a9554c4ce413ddf27ee /mail/ssmtp | |
parent | f1e1bdb7397e4187f3aed3c69d7db3c0cae0158c (diff) |
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 <git@bitsofnetworks.org>
Diffstat (limited to 'mail/ssmtp')
-rw-r--r-- | mail/ssmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |