kumquat-buildroot/package/erlang-p1-stun/erlang-p1-stun.mk
Bernd Kuhls 2154782c64 package/erlang-p1-stun: bump version to 1.2.7
Changelog: https://github.com/processone/stun/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:53 +02:00

15 lines
496 B
Makefile

################################################################################
#
# erlang-p1-stun
#
################################################################################
ERLANG_P1_STUN_VERSION = 1.2.7
ERLANG_P1_STUN_SITE = $(call github,processone,stun,$(ERLANG_P1_STUN_VERSION))
ERLANG_P1_STUN_LICENSE = Apache-2.0
ERLANG_P1_STUN_LICENSE_FILES = LICENSE.txt
ERLANG_P1_STUN_DEPENDENCIES = erlang-p1-tls erlang-p1-utils
ERLANG_P1_STUN_INSTALL_STAGING = YES
$(eval $(rebar-package))