From 63c5c26646ba31caef1a3f3bb16c49a11903e5a8 Mon Sep 17 00:00:00 2001 From: Johan Oudinet <johan.oudinet@gmail.com> Date: Thu, 19 May 2022 16:07:51 +0200 Subject: [PATCH] package/erlang-idna: bump version to 230a917 Remove the unicode_util_compat library, which is not needed for the erlang version packaged in Buildroot. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/erlang-idna/erlang-idna.hash | 4 ++-- package/erlang-idna/erlang-idna.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/erlang-idna/erlang-idna.hash b/package/erlang-idna/erlang-idna.hash index 2200bbad8d..7ee4807195 100644 --- a/package/erlang-idna/erlang-idna.hash +++ b/package/erlang-idna/erlang-idna.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 d57e20ee88018ff0431e0275e91ada5915782870c9981fc798bcd05589031d6f erlang-idna-6.0.0.tar.gz -sha256 95f5c9410a95332b0833c4606028ee00008cd8c497336e230df3144d1a720bda LICENSE +sha256 916b092cb8d35ca6e63ec183a674a28ff2f745ce05fd0c9c06da34875f6fe8d8 erlang-idna-230a917.tar.gz +sha256 95f5c9410a95332b0833c4606028ee00008cd8c497336e230df3144d1a720bda LICENSE diff --git a/package/erlang-idna/erlang-idna.mk b/package/erlang-idna/erlang-idna.mk index 27a32fb06d..4ef34e82bf 100644 --- a/package/erlang-idna/erlang-idna.mk +++ b/package/erlang-idna/erlang-idna.mk @@ -4,7 +4,7 @@ # ################################################################################ -ERLANG_IDNA_VERSION = 6.0.0 +ERLANG_IDNA_VERSION = 230a917 ERLANG_IDNA_SITE = $(call github,benoitc,erlang-idna,$(ERLANG_IDNA_VERSION)) ERLANG_IDNA_LICENSE = MIT ERLANG_IDNA_LICENSE_FILES = LICENSE