package/mutt: bump to version 1.13.3
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 13 Jan 2020 19:39:37 +0000 (20:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Jan 2020 20:18:35 +0000 (21:18 +0100)
sqlite is an optional dependency since
https://gitlab.com/muttmua/mutt/commit/1fe2980d3b1a429bf14e8d6286ac4f06d0c666e7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mutt/mutt.hash
package/mutt/mutt.mk

index d4b7a70cad97a9a95d02a2e7a8462d0612631c96..f0b015322186f6cca35720d9e0dc13c562ebd60e 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882  mutt-1.12.2.tar.gz
+sha256 78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378  mutt-1.13.3.tar.gz
 sha256 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee  GPL
index 40212631cc84833b59774fb8a13988668675b004..e729cc3664efc495523cf4a4d0007990c0e6ef63 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-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
@@ -51,6 +51,13 @@ else
 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)