summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-01-09 00:52:00 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-01-14 00:52:11 (GMT)
commitda74bd6d928c1525b716aa70e4571981283e808b (patch)
treef774acfbfbdf92c11441e037fb8bce55b64dbd14 /plugins/luarocks
parentf4ffc90ba5dabb3166f87d3343208fc4b58cf4a7 (diff)
downloadmxe-da74bd6d928c1525b716aa70e4571981283e808b.zip
mxe-da74bd6d928c1525b716aa70e4571981283e808b.tar.gz
mxe-da74bd6d928c1525b716aa70e4571981283e808b.tar.bz2
lpeg: update to 1.0.1
Diffstat (limited to 'plugins/luarocks')
-rw-r--r--plugins/luarocks/lpeg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/luarocks/lpeg.mk b/plugins/luarocks/lpeg.mk
index fac380e..36586bc 100644
--- a/plugins/luarocks/lpeg.mk
+++ b/plugins/luarocks/lpeg.mk
@@ -4,8 +4,8 @@ PKG := lpeg
$(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
$(PKG)_OWNER := https://github.com/starius
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.0
-$(PKG)_CHECKSUM := 10190ae758a22a16415429a9eb70344cf29cbda738a6962a9f94a732340abf8e
+$(PKG)_VERSION := 1.0.1
+$(PKG)_CHECKSUM := 62006bcda4f73f0cd7a8164f9559397d4e928568fa55aa496cc8b861fb140fb3
$(PKG)_SUBDIR := lpeg-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_URL := http://www.inf.puc-rio.br/~roberto/$(PKG)/$($(PKG)_FILE)