From eb90ea31d2e89263ddf45b33bb6211f5588e837c Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 15 Jan 2023 13:59:29 +0800 Subject: [PATCH] udphp-client: bump to latest git HEAD Fix build with gcc12. Signed-off-by: Tianling Shen --- net/udphp-client/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/udphp-client/Makefile b/net/udphp-client/Makefile index 4fd6fc5df..995c167c7 100644 --- a/net/udphp-client/Makefile +++ b/net/udphp-client/Makefile @@ -13,9 +13,9 @@ PKG_LICENSE:=MIT PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/gargargar/udphp.git -PKG_SOURCE_DATE:=2022-12-30 -PKG_SOURCE_VERSION:=e4ab512ab5ba3955fd5a23a76ffaae00f627ec3c -PKG_MIRROR_HASH:=68ce9885b7fc1e10ff2afbe003dd65489d3e64ca0212914c513469e581127974 +PKG_SOURCE_DATE:=2023-01-13 +PKG_SOURCE_VERSION:=7c0fc5fcf3b807b053c5906bdd8c2acb244c1cbd +PKG_MIRROR_HASH:=19693aef4020e58955dba25f28b76a396a4c1fbb7ef7464cfaf45405d9eb0c5e include $(INCLUDE_DIR)/package.mk