kumquat-buildroot/package/erlang-p1-tls/erlang-p1-tls.mk
Johan Oudinet 541381a134 package/erlang-p1-tls: bump version to 1.1.13
The copyright year in the license file has been updated to 2022, hence
the new hash for the license.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-05-31 10:26:11 +02:00

15 lines
487 B
Makefile

################################################################################
#
# erlang-p1-tls
#
################################################################################
ERLANG_P1_TLS_VERSION = 1.1.13
ERLANG_P1_TLS_SITE = $(call github,processone,fast_tls,$(ERLANG_P1_TLS_VERSION))
ERLANG_P1_TLS_LICENSE = Apache-2.0
ERLANG_P1_TLS_LICENSE_FILES = LICENSE.txt
ERLANG_P1_TLS_INSTALL_STAGING = YES
ERLANG_P1_TLS_DEPENDENCIES = openssl erlang-p1-utils
$(eval $(rebar-package))