diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2023-07-09 16:06:55 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-07-10 19:48:19 -0700 |
commit | 002400b873dc65c0f861c32888500a2d95f7067b (patch) | |
tree | 4225ef00742cb1e8561cbd97c2fbc329b281c5c3 | |
parent | 8c0afc4cabdba316835706e06919271bd7f13a62 (diff) |
luaposix: update to 36.2.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
-rw-r--r-- | lang/luaposix/Makefile | 4 | ||||
-rw-r--r-- | lang/luaposix/patches/900-disable-ldoc.patch | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index 636daaf69..2379d6d3c 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 <m.storchak@gmail.com> 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 85d2aaa71..000000000 --- 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', |