diff options
author | Dirk Chang <dirk@kooiot.com> | 2019-11-01 14:55:02 +0800 |
---|---|---|
committer | Dirk Chang <dirk@kooiot.com> | 2019-11-01 14:55:02 +0800 |
commit | 992da74bbf9378fc397d37386905d3092b7e8db5 (patch) | |
tree | 7d8261fbcc668fa6fcc2638ab155f2b400f27a2e /lang/lua-coxpcall | |
parent | f76a90e3da6f81c455e2dce77dbf48cf6c2c0c29 (diff) |
lpeg: update to 1.0.2
lua-coxpcall: update to 1.17.0
lua-md5: update to 1.3
Signed-off-by: Dirk Chang <dirk@kooiot.com>
Diffstat (limited to 'lang/lua-coxpcall')
-rw-r--r-- | lang/lua-coxpcall/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/lua-coxpcall/Makefile b/lang/lua-coxpcall/Makefile index 95d92acaa..c9345df4b 100644 --- a/lang/lua-coxpcall/Makefile +++ b/lang/lua-coxpcall/Makefile @@ -8,16 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua-coxpcall -PKG_VERSION:=1.15.0 +PKG_VERSION:=1.17.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com> PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MIRROR_HASH:=2a99faec759aeb858eca3691a40609dd2710255497011e5754c4a2282232154b +PKG_MIRROR_HASH:=e037c1aa1d2a2b213fca144d86cd5b5cf2cd77cec6d8f52d056add7ea806f0dc PKG_SOURCE_URL:=https://github.com/keplerproject/coxpcall.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=979257892884816c97391dfd7b0a7b30dcc8f479 +PKG_SOURCE_VERSION:=ea22f44e490430e40217f0792bf82eaeaec51903 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL:=1 |