From da806ee091ed86d298b4faf99373f39bb4791983 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 19 Dec 2022 20:05:13 -0600 Subject: [PATCH] luaexpat: update to 1.5.1 Signed-off-by: W. Michael Petullo --- lang/luaexpat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index 741366ebe4..1a7b077dfc 100644 --- a/lang/luaexpat/Makefile +++ b/lang/luaexpat/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luaexpat -PKG_VERSION:=1.4.1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.5.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/lunarmodules/luaexpat/archive/refs/tags -PKG_HASH:=d528060d45865b44bef7215ef8a440165b668f363a4af53358389f0315a8593c +PKG_HASH:=7d455f154de59eb0b073c3620bc8b873f7f697b3f21a112e6ff8dc9fca6d0826 PKG_CPE_ID:=cpe:/a:matthewwild:luaexpat