Skip to content

Commit

Permalink
lua-penlight: bump to 1.7.0
Browse files Browse the repository at this point in the history
Maintainership upstream has changed: lunarmodules/Penlight#306 (comment)

Various fixes across the project, nothing individually standout.

Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp authored and Lienol committed Jan 4, 2023
1 parent 6c229fe commit 8c9ca6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/lua-penlight/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 <[email protected]>
endef
Expand Down

0 comments on commit 8c9ca6a

Please sign in to comment.