libraries/libscca: Updated for version 20230716.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2023-08-04 19:55:58 +09:00 committed by Willy Sudiarto Raharjo
parent 4efb617308
commit 014df0debf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libscca
#
# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
# Copyright 2014-2023 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,12 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Updated to version 20210419 May 2022
# Updated for version 20230716, Aug 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libscca
VERSION=${VERSION:-20210419}
VERSION=${VERSION:-20230716}
STATUS=${STATUS:-alpha}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -101,7 +101,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la

View file

@ -1,8 +1,8 @@
PRGNAM="libscca"
VERSION="20210419"
VERSION="20230716"
HOMEPAGE="https://github.com/libyal/libscca"
DOWNLOAD="https://linuxleo.com/Source/libscca-alpha-20210419.tar.gz"
MD5SUM="c4cfb6e5ec5f6f9b193891c6c1fc9c49"
DOWNLOAD="https://linuxleo.com/Source/libscca-alpha-20230716.tar.gz"
MD5SUM="b4ffb66dcb5bb70166dfc97fb2816ec0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""