summaryrefslogtreecommitdiffstats
path: root/lua-forge
diff options
context:
space:
mode:
authorIsmael Luceno2019-06-25 19:39:46 +0200
committerIsmael Luceno2019-06-26 23:41:10 +0200
commite67d5194a4e051f312254bba999876cdcb5ee7e1 (patch)
treeab739f21a8f58e3837bb1814366e614fc744c8a9 /lua-forge
parentb9d2b8f3a4f811f37b16e4ea3bd52f34a083f9e1 (diff)
libmpack-lua 1.0.8
Diffstat (limited to 'lua-forge')
-rwxr-xr-xlua-forge/libmpack-lua/DETAILS4
-rw-r--r--lua-forge/libmpack-lua/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/lua-forge/libmpack-lua/DETAILS b/lua-forge/libmpack-lua/DETAILS
index fa0aaba195..f600b67392 100755
--- a/lua-forge/libmpack-lua/DETAILS
+++ b/lua-forge/libmpack-lua/DETAILS
@@ -8,10 +8,10 @@ if [ "$LIBMPACK_LUA_BRANCH" = scm ]; then
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
else
- VERSION=1.0.7
+ VERSION=1.0.8
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/libmpack/$SPELL/archive/$VERSION.tar.gz
- SOURCE_HASH=sha512:301eb78ca22a75bcabc61eebf6d67f6e5a2d3535d34c0ab6e034495e5bdd0571842397a8f36d42abbdfacf240860f807c93e3ace8ed42543e2322914d84c1a36
+ SOURCE_HASH=sha512:6d21cc6bbdee583a1d808742991459e4b1796f347b2f4eaa747b576f5bb1ca989123339120e43246bac859c20e6f46ac57116ce9f135157256fecbd8cf817f75
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE="https://github.com/libmpack/libmpack-lua"
diff --git a/lua-forge/libmpack-lua/HISTORY b/lua-forge/libmpack-lua/HISTORY
index f93825dada..da5bf56d3d 100644
--- a/lua-forge/libmpack-lua/HISTORY
+++ b/lua-forge/libmpack-lua/HISTORY
@@ -1,2 +1,5 @@
+2019-06-25 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 1.0.8
+
2017-11-10 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created