# Locally calculated
-sha256 bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882 mutt-1.12.2.tar.gz
+sha256 78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378 mutt-1.13.3.tar.gz
sha256 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee GPL
#
################################################################################
-MUTT_VERSION = 1.12.2
+MUTT_VERSION = 1.13.3
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
MUTT_LICENSE = GPL-2.0+
MUTT_LICENSE_FILES = GPL
MUTT_CONF_OPTS += --without-ssl
endif
+ifeq ($(BR2_PACKAGE_SQLITE),y)
+MUTT_DEPENDENCIES += sqlite
+MUTT_CONF_OPTS += --with-sqlite3
+else
+MUTT_CONF_OPTS += --without-sqlite3
+endif
+
# Avoid running tests to check for:
# - target system is *BSD
# - C99 conformance (snprintf, vsnprintf)