diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2017-01-17 09:27:25 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2017-01-17 09:27:25 (GMT) |
commit | 68a6bd22b0143ca22b019bd1ef1a314ff536ec18 (patch) | |
tree | d265d090a3ce4f95fb6a45064ff594288de0a067 | |
parent | 2d183788da8b288baeafd016fac71b142b6466b7 (diff) | |
download | mxe-68a6bd22b0143ca22b019bd1ef1a314ff536ec18.zip mxe-68a6bd22b0143ca22b019bd1ef1a314ff536ec18.tar.gz mxe-68a6bd22b0143ca22b019bd1ef1a314ff536ec18.tar.bz2 |
lpeg: update checksum
The package was changed in upstream:
http://lua-users.org/lists/lua-l/2017-01/msg00160.html
-rw-r--r-- | plugins/luarocks/lpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/luarocks/lpeg.mk b/plugins/luarocks/lpeg.mk index 36586bc..120b5f8 100644 --- a/plugins/luarocks/lpeg.mk +++ b/plugins/luarocks/lpeg.mk @@ -5,7 +5,7 @@ $(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html $(PKG)_OWNER := https://github.com/starius $(PKG)_IGNORE := $(PKG)_VERSION := 1.0.1 -$(PKG)_CHECKSUM := 62006bcda4f73f0cd7a8164f9559397d4e928568fa55aa496cc8b861fb140fb3 +$(PKG)_CHECKSUM := 62d9f7a9ea3c1f215c77e0cadd8534c6ad9af0fb711c3f89188a8891c72f026b $(PKG)_SUBDIR := lpeg-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz $(PKG)_URL := http://www.inf.puc-rio.br/~roberto/$(PKG)/$($(PKG)_FILE) |