lua: penlight: bump to 1.11.0
authorKarl Palsson <karlp@etactica.com>
Mon, 23 Aug 2021 10:33:51 +0000 (10:33 +0000)
committerKarl Palsson <karlp@etactica.com>
Wed, 25 Aug 2021 10:11:27 +0000 (10:11 +0000)
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 <karlp@etactica.com>
lang/lua-penlight/Makefile

index 0516ecde683ec1cfc045daebe05043f50dca423c..e71c2fa1cd130551ae4793d30ddd73a527cd7a9a 100644 (file)
@@ -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 <karlp@etactica.com>
 endef