Merge pull request #1636 from LuaAndC/lpeg-fix-checksum

lpeg: update checksum
This commit is contained in:
Tony Theodore 2017-01-17 20:36:22 +11:00 committed by GitHub
commit 81d173ea9e
1 changed files with 1 additions and 1 deletions

View File

@ -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)