kumquat-buildroot/package/erlang-p1-yconf/erlang-p1-yconf.mk
Bernd Kuhls aaefde2e68 package/erlang-p1-yconf: bump version to 1.0.15
Changelog: https://github.com/processone/yconf/blob/master/CHANGELOG.md

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-20 23:07:59 +02:00

14 lines
449 B
Makefile

################################################################################
#
# erlang-p1-yconf
#
################################################################################
ERLANG_P1_YCONF_VERSION = 1.0.15
ERLANG_P1_YCONF_SITE = $(call github,processone,yconf,$(ERLANG_P1_YCONF_VERSION))
ERLANG_P1_YCONF_LICENSE = Apache-2.0
ERLANG_P1_YCONF_LICENSE_FILES = LICENSE
ERLANG_P1_YCONF_DEPENDENCIES = erlang-p1-yaml
$(eval $(rebar-package))