summaryrefslogtreecommitdiffstats
path: root/lua-forge
diff options
context:
space:
mode:
authorPavel Vinogradov2015-12-26 20:39:22 -0500
committerPavel Vinogradov2015-12-27 00:39:29 -0500
commit432fd9b11ca932ce68b42d981427170c5f48b489 (patch)
tree7f7735b04c12dc70a893c5b770e2eb2acb5356f4 /lua-forge
parentc170490dc5239d9468097248995c858afb746eb2 (diff)
lua-forge/lpeg: version 1.0.0
Diffstat (limited to 'lua-forge')
-rwxr-xr-xlua-forge/lpeg/DETAILS4
-rw-r--r--lua-forge/lpeg/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/lua-forge/lpeg/DETAILS b/lua-forge/lpeg/DETAILS
index 04930a7fae..e4c917330c 100755
--- a/lua-forge/lpeg/DETAILS
+++ b/lua-forge/lpeg/DETAILS
@@ -1,8 +1,8 @@
SPELL=lpeg
- VERSION=0.10
+ VERSION=1.0.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.inf.puc-rio.br/~roberto/$SPELL/$SOURCE
- SOURCE_HASH=sha512:04a0ada3faabe6171ffb425f76a9e0fc96819bdbbe1dbd5102b65c5747352e79a9238de7a1d4ac43b3fb97a81ceec2d4d6cf0050a5e85e175de0bebe17d89239
+ SOURCE_HASH=sha512:a245d2e0b8604121d8b4466052ab5da4f2b1f81c1c4b2579d8d5498920fc351d46fe4159a0b5948d1b377ef9bda410c4bf40ffd228b9f26bf346dfba2a7b9fb7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.inf.puc-rio.br/~roberto/lpeg.html
LICENSE[0]=MIT
diff --git a/lua-forge/lpeg/HISTORY b/lua-forge/lpeg/HISTORY
index 0f021e4ff8..f287cab293 100644
--- a/lua-forge/lpeg/HISTORY
+++ b/lua-forge/lpeg/HISTORY
@@ -1,3 +1,6 @@
+2015-12-26 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: updated spell to 1.0.0
+
2011-12-17 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: lua -> lua51