From 52dc6d9c2d65c0f189f818f3a4c18136337a5a3d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 17 Nov 2024 14:51:18 +0800 Subject: [PATCH] hysteria: Update to 2.6.0 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 dd0e13cdcc..4acdc417d7 100644 --- a/net/hysteria/Makefile +++ b/net/hysteria/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hysteria -PKG_VERSION:=2.5.1 +PKG_VERSION:=2.6.0 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:=6908944c816fa24a4cd291982c5ba76fda5774d713c6c122da8ac2db4a6b13b1 +PKG_HASH:=c9d878ea81c78e71fcb07d47e3366cb4ae2ef5bce62f0ad81e58923db4995366 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-app-v$(PKG_VERSION) PKG_LICENSE:=MIT