From ded09ffb42ca17d38dc2fe03c1458949cb624b33 Mon Sep 17 00:00:00 2001 From: actions Date: Sun, 1 Oct 2023 16:24:09 +0800 Subject: [PATCH] hysteria: update to 2.0.3 --- hysteria/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hysteria/Makefile b/hysteria/Makefile index 761589624..bd82ab960 100644 --- a/hysteria/Makefile +++ b/hysteria/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hysteria -PKG_VERSION:=2.0.2 +PKG_VERSION:=2.0.3 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:=eec86966a533cb4bae8e0e7b5a1c9b231a0a7a587ebc07a2a2e1e8cdb3f555f6 +PKG_HASH:=b79ae98a43613704e31ac085f75d4e11ca741b54294ddf9670378b6fb6c1ec57 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-app-v$(PKG_VERSION) PKG_LICENSE:=MIT