summaryrefslogtreecommitdiffstats
path: root/libraries/luaexpat
diff options
context:
space:
mode:
author Gerardo Zamudio2023-05-19 23:07:40 +0200
committer Willy Sudiarto Raharjo2023-05-20 06:17:25 +0200
commit9d60749cec5170b5af51e2eff840b5dad188bcc1 (patch)
tree248699aa8e507d4169b9434a2581383b5b737cf9 /libraries/luaexpat
parentfd32bbd991eea0324165ce13ce9846496c3cd4c0 (diff)
downloadslackbuilds-9d60749cec5170b5af51e2eff840b5dad188bcc1.tar.gz
libraries/luaexpat: Updated for version 1.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/luaexpat')
-rw-r--r--libraries/luaexpat/luaexpat.SlackBuild6
-rw-r--r--libraries/luaexpat/luaexpat.info6
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 <anddt@yandex.ua>, Ukraine, Kyiv
# All rights reserved.
#
+# Maintained by Gerardo Zamudio <gerardo.zamudio@linux.com>
+#
# 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"