aboutsummaryrefslogtreecommitdiff
path: root/net/udphp-client
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-01-15 13:59:29 +0800
committerTianling Shen <cnsztl@gmail.com>2023-01-19 21:06:21 +0800
commiteb90ea31d2e89263ddf45b33bb6211f5588e837c (patch)
tree874147c28f6bb28ee81a92969a877b1180cb20be /net/udphp-client
parent47c152204fbf854a21e86178ffa3da068c1fcf92 (diff)
udphp-client: bump to latest git HEAD
Fix build with gcc12. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/udphp-client')
-rw-r--r--net/udphp-client/Makefile6
1 files 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