From f51b325b2dcc1537501e01b795f31ff7e58e1bbf Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 23 Aug 2021 10:33:51 +0000 Subject: [PATCH] lua: penlight: bump to 1.11.0 Feature updates, and some minor bugfixes. Changelog for 1.11.0: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1110-2021-08-18 Changelog for prior releases rolled up here are in the same changelog. This also moves to the "final" home, under lunarmodules, instead of the temporary "tieske" maintainer's private github, see https://github.com/lunarmodules/Penlight/issues/339 Signed-off-by: Karl Palsson --- lang/lua-penlight/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/lua-penlight/Makefile b/lang/lua-penlight/Makefile index 0516ecde6..e71c2fa1c 100644 --- a/lang/lua-penlight/Makefile +++ b/lang/lua-penlight/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua-penlight -PKG_VERSION:=1.8.0 +PKG_VERSION:=1.11.0 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/Penlight-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/Tieske/Penlight/tar.gz/$(PKG_VERSION)? -PKG_HASH:=a1a41c5ec82c0459bc0508a0fb1cb56dfaa83a1dd7754d7174b336ad65420d3d +PKG_SOURCE_URL:=https://codeload.github.com/lunarmodules/Penlight/tar.gz/$(PKG_VERSION)? +PKG_HASH:=710782d5b64d9e2c658c1d3018e6b203ac8e7af608ed22382dca573fbdb4f1b3 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.md @@ -25,7 +25,7 @@ define Package/lua-penlight SECTION:=lang CATEGORY:=Languages TITLE:=Penlight - URL:=http://tieske.github.io/Penlight/manual/01-introduction.md.html + URL:=http://lunarmodules.github.io/Penlight/manual/01-introduction.md.html DEPENDS:=+luafilesystem MAINTAINER:=Karl Palsson endef