From 4393c628f51513472d69383b708c105e5c212366 Mon Sep 17 00:00:00 2001 From: lxhao61 Date: Mon, 24 Oct 2022 18:52:51 +0800 Subject: [PATCH] hysteria: update to 1.2.2 (#2160) * Update Makefile * Update Makefile * Update Makefile * Update Makefile --- hysteria/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hysteria/Makefile b/hysteria/Makefile index 273a6c59a..cb7254429 100644 --- a/hysteria/Makefile +++ b/hysteria/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hysteria -PKG_VERSION:=1.2.1 +PKG_VERSION:=1.2.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/HyNetwork/hysteria/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=cdac1f149651ca5eaa77ea69ee913d0f1391a07da681ad4908a60a6603307543 +PKG_HASH:=0073e61c4ba67e0b6638303abd8d8b5f4136e01138e1ee35ab4f502014039a88 PKG_LICENSE:=MIT PKG_LICENSE_FILE:=LICENSE