libraries/luaexpat: Updated for version 1.5.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gerardo Zamudio 2023-05-19 15:07:40 -06:00 committed by Willy Sudiarto Raharjo
parent fd32bbd991
commit 9d60749cec
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 5 deletions

View File

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

View File

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