kumquat-buildroot/package/jansson/jansson.mk
Fabrice Fontaine bbe7ef1922 package/jansson: bump to version 2.13.1
- Update hash of LICENSE file (update in year:
  2882ead5bb)
- Update indentation in hash file (two spaces)

https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-10-11 18:57:55 +02:00

15 lines
399 B
Makefile

################################################################################
#
# jansson
#
################################################################################
JANSSON_VERSION = 2.13.1
JANSSON_SITE = http://www.digip.org/jansson/releases
JANSSON_LICENSE = MIT
JANSSON_LICENSE_FILES = LICENSE
JANSSON_INSTALL_STAGING = YES
JANSSON_CONF_ENV = LIBS="-lm"
$(eval $(autotools-package))