aboutsummaryrefslogtreecommitdiff
path: root/lang/lua-penlight/Makefile
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2018-12-10 12:52:37 +0000
committerKarl Palsson <karlp@etactica.com>2018-12-10 15:33:50 +0000
commit509691b4a7794696a93d23c384875d0385c393e3 (patch)
tree8cd85347888d9fa2cac9a6f50f872ececcf20f21 /lang/lua-penlight/Makefile
parent0bb89bfe38c445df5683d3087c4ea591762d58db (diff)
lua-penlight: update to 1.6.0
Full changelog at https://github.com/stevedonovan/Penlight/blob/master/CHANGELOG.md#160-2018-11-23 Interesting changes: * version numbers fixed * import_into includes everything properly * more compat with lua 5.1 Includes a switch to codeload to avoid the git cloning and mirror hashes. Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'lang/lua-penlight/Makefile')
-rw-r--r--lang/lua-penlight/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/lua-penlight/Makefile b/lang/lua-penlight/Makefile
index f7196946e..2840cf84b 100644
--- a/lang/lua-penlight/Makefile
+++ b/lang/lua-penlight/Makefile
@@ -8,15 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lua-penlight
-PKG_VERSION:=1.5.4
+PKG_VERSION:=1.6.0
PKG_RELEASE:=1
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://github.com/stevedonovan/Penlight
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_MIRROR_HASH:=cd9f25981b12022b66180a3b8df46840be1b3e2a857b8d9909b2d5601be0ead4
+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_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.md