From c5e71747851808f6fb382a791656d4dace32eb07 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 2 Apr 2026 21:25:59 +0800 Subject: [PATCH] lua-eco: update to 3.17.0 changelog: https://github.com/zhaojh329/lua-eco/releases/tag/v3.17.0 Signed-off-by: Jianhui Zhao --- lang/lua/lua-eco/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/lua/lua-eco/Makefile b/lang/lua/lua-eco/Makefile index 7da0e0cdb9..f50c64a5c8 100644 --- a/lang/lua/lua-eco/Makefile +++ b/lang/lua/lua-eco/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua-eco -PKG_VERSION:=3.16.0 +PKG_VERSION:=3.17.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/lua-eco/releases/download/v$(PKG_VERSION) -PKG_HASH:=3fa254693664aa2b6b3613eca5182059d07d53c293a0b56000f47e332e37d66a +PKG_HASH:=d14066e0f80f4d16c1ea3070de72c016b18475766d3f931315ff567506787b10 PKG_MAINTAINER:=Jianhui Zhao PKG_LICENSE:=MIT