diff options
author | Karl Palsson <karlp@etactica.com> | 2021-08-23 10:33:51 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2021-08-25 10:11:27 +0000 |
commit | f51b325b2dcc1537501e01b795f31ff7e58e1bbf (patch) | |
tree | 0a15cf07f7bafdda48ec5862673a4c3d0c94e454 /lang/lua-penlight | |
parent | 689dabd8de667344b89e09e858d73204423640a9 (diff) |
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 <karlp@etactica.com>
Diffstat (limited to 'lang/lua-penlight')
-rw-r--r-- | lang/lua-penlight/Makefile | 8 |
1 files 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 <karlp@etactica.com> endef |