From 9a0c295204f6db27199efbfdea7ee56db4b7436e Mon Sep 17 00:00:00 2001 From: actions Date: Fri, 12 Jul 2024 18:33:19 +0800 Subject: [PATCH] dns2tcp: update to 1.1.2 --- dns2tcp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns2tcp/Makefile b/dns2tcp/Makefile index e515534f3..311b90518 100644 --- a/dns2tcp/Makefile +++ b/dns2tcp/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dns2tcp -PKG_VERSION:=1.1.1 +PKG_VERSION:=1.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/zfl9/dns2tcp/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=35251fbe1645601086f21cdbd5a2f75471d812f99ed8017bb05158840456b43c +PKG_HASH:=5e8c6302a1d32c16ae7d4b8e39cd9aad1f2d7e68fe18813e76cb1e48ec5940d2 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=AGPL-3.0-only