From 002400b873dc65c0f861c32888500a2d95f7067b Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Sun, 9 Jul 2023 16:06:55 +0300 Subject: [PATCH] luaposix: update to 36.2.1 Signed-off-by: Maxim Storchak --- lang/luaposix/Makefile | 4 ++-- lang/luaposix/patches/900-disable-ldoc.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 lang/luaposix/patches/900-disable-ldoc.patch diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index 636daaf69c..2379d6d3cc 100644 --- a/lang/luaposix/Makefile +++ b/lang/luaposix/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luaposix -PKG_VERSION:=36.1 +PKG_VERSION:=36.2.1 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/$(PKG_NAME)/$(PKG_NAME)/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=e680ba9b9c7ae28c0598942cb00df7c7fbc70b82863bb55f028ea7dc101e39ac +PKG_HASH:=44e5087cd3c47058f9934b90c0017e4cf870b71619f99707dd433074622debb1 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING diff --git a/lang/luaposix/patches/900-disable-ldoc.patch b/lang/luaposix/patches/900-disable-ldoc.patch deleted file mode 100644 index 85d2aaa718..0000000000 --- a/lang/luaposix/patches/900-disable-ldoc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/lukefile -+++ b/lukefile -@@ -35,8 +35,6 @@ incdirs = { - '$LUA_INCDIR', - } - --ldocs = 'build-aux/config.ld.in' -- - modules = { - ['posix'] = 'lib/posix/init.lua', - ['posix._base'] = 'lib/posix/_base.lua',