diff options
author | Karl Palsson <karlp@etactica.com> | 2020-01-02 13:47:54 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2020-01-09 13:39:01 +0000 |
commit | a1500cec8611ba5ff6ffcdd3b58fb874917b8461 (patch) | |
tree | 1cda8e5fe830842bf71571c0cd982d49337fe415 /lang/lua-penlight | |
parent | 7066486fbbfa1bb73fee74911a8306e3a534a6fe (diff) |
lua-penlight: bump to 1.7.0
Maintainership upstream has changed: https://github.com/Tieske/Penlight/issues/306#issuecomment-536194901
Various fixes across the project, nothing individually standout.
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 2840cf84b..ce5d4f9f1 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.6.0 +PKG_VERSION:=1.7.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/stevedonovan/Penlight/tar.gz/$(PKG_VERSION)? -PKG_HASH:=a552d0a314f7aa94c9579746996a7aad4ed59f3187f33b4735d3e323e27354b0 +PKG_SOURCE_URL:=https://codeload.github.com/Tieske/Penlight/tar.gz/$(PKG_VERSION)? +PKG_HASH:=5b793fc93fa7227190e191e5b24a8f0ce9dd5958ccebe7a53842a58b5d46057f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.md @@ -25,7 +25,7 @@ define Package/lua-penlight SECTION:=lang CATEGORY:=Languages TITLE:=Penlight - URL:=http://stevedonovan.github.io/Penlight/api/manual/01-introduction.md.html + URL:=http://tieske.github.io/Penlight/manual/01-introduction.md.html DEPENDS:=+luafilesystem MAINTAINER:=Karl Palsson <karlp@etactica.com> endef |