From a961ed89421addc4844aa7f38588cd1deaa1b1c8 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 7 Oct 2023 12:50:10 +0800 Subject: [PATCH] hysteria: Update to 2.0.4 Signed-off-by: Tianling Shen --- net/hysteria/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hysteria/Makefile b/net/hysteria/Makefile index 02fd6b29b8..f3406f9837 100644 --- a/net/hysteria/Makefile +++ b/net/hysteria/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hysteria -PKG_VERSION:=2.0.3 +PKG_VERSION:=2.0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/apernet/hysteria/tar.gz/app/v$(PKG_VERSION)? -PKG_HASH:=b79ae98a43613704e31ac085f75d4e11ca741b54294ddf9670378b6fb6c1ec57 +PKG_HASH:=cca4b80fa8bfb509ed6da98638962937c7ce5f56bff0d104e5721da1b6ab058f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-app-v$(PKG_VERSION) PKG_LICENSE:=MIT