From b2f32ae476c74474b4232b8df980fb33f13eb363 Mon Sep 17 00:00:00 2001 From: xiaotan8 <62252056+xiaotan8@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:38:17 +0800 Subject: [PATCH] openconnect: fix PKG_HASH (#749) Fix: c19ac84 ("openconnect: update to 9.12") --- net/openconnect/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index f37f9324..adfb9363 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.infradead.org/openconnect/download -PKG_HASH:=b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7 +PKG_HASH:=a2bedce3aa4dfe75e36e407e48e8e8bc91d46def5335ac9564fbf91bd4b2413e PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING.LGPL