luaposix: update to 36.2.1
authorMaxim Storchak <m.storchak@gmail.com>
Sun, 9 Jul 2023 13:06:55 +0000 (16:06 +0300)
committerRosen Penev <rosenp@gmail.com>
Tue, 11 Jul 2023 02:48:19 +0000 (19:48 -0700)
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
lang/luaposix/Makefile
lang/luaposix/patches/900-disable-ldoc.patch [deleted file]

index 636daaf69c7f5e39a797962ff28629d249bf6d31..2379d6d3ccc4e0a423ac837cb8d199d44fc0d837 100644 (file)
@@ -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 (file)
index 85d2aaa..0000000
+++ /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',