From ce086321a0d39c19f8ac62c9293225663be8cb5e Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 17 Apr 2023 19:59:42 +0800 Subject: [PATCH] newt: Update to 0.52.23 Signed-off-by: Jeffery To --- libs/newt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/newt/Makefile b/libs/newt/Makefile index dd4ddcb2c5..c0bc799df2 100644 --- a/libs/newt/Makefile +++ b/libs/newt/Makefile @@ -1,7 +1,7 @@ # # Copyright (C) 2006-2011 OpenWrt.org # Copyright (C) 2011 SMBPhone Inc. -# Copyright (C) 2019 Jeffery To +# Copyright (C) 2019-2020, 2023 Jeffery To # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=newt -PKG_VERSION:=0.52.21 -PKG_RELEASE:=4 +PKG_VERSION:=0.52.23 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://releases.pagure.org/newt -PKG_HASH:=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31 +PKG_HASH:=caa372907b14ececfe298f0d512a62f41d33b290610244a58aed07bbc5ada12a PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=LGPL-2.0-only -- 2.30.2