From 9d60749cec5170b5af51e2eff840b5dad188bcc1 Mon Sep 17 00:00:00 2001 From: Gerardo Zamudio Date: Fri, 19 May 2023 15:07:40 -0600 Subject: [PATCH] libraries/luaexpat: Updated for version 1.5.1 Signed-off-by: Willy Sudiarto Raharjo --- libraries/luaexpat/luaexpat.SlackBuild | 6 ++++-- libraries/luaexpat/luaexpat.info | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/libraries/luaexpat/luaexpat.SlackBuild b/libraries/luaexpat/luaexpat.SlackBuild index 1531efc8ef..18d9767619 100644 --- a/libraries/luaexpat/luaexpat.SlackBuild +++ b/libraries/luaexpat/luaexpat.SlackBuild @@ -5,6 +5,8 @@ # Copyright 2013-2014, Andrew Tkalia , Ukraine, Kyiv # All rights reserved. # +# Maintained by Gerardo Zamudio +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -25,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=luaexpat -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,7 +96,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - doc/us/*.* README tests \ + docs/*.* README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/luaexpat/luaexpat.info b/libraries/luaexpat/luaexpat.info index e0abdb30f5..34869598b5 100644 --- a/libraries/luaexpat/luaexpat.info +++ b/libraries/luaexpat/luaexpat.info @@ -1,8 +1,8 @@ PRGNAM="luaexpat" -VERSION="1.3.0" +VERSION="1.5.1" HOMEPAGE="https://lunarmodules.github.io/luaexpat/index.html" -DOWNLOAD="https://github.com/lunarmodules/luaexpat/archive/1.3.0/luaexpat-1.3.0.tar.gz" -MD5SUM="76ccc83114fc0c027f6cd45e0b4276d1" +DOWNLOAD="https://github.com/lunarmodules/luaexpat/archive/1.5.1/luaexpat-1.5.1.tar.gz" +MD5SUM="3656fb29127c725cd2669f5af8ca35c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua"