diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2023-08-04 19:56:01 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:50 +0700 |
commit | 172d997178c95925c8676c6f1cfe355b8a1384e4 (patch) | |
tree | 2a0334e2af59efe9ac1d5d72fc8a3c8f0eb102cf /libraries | |
parent | c11f2afc5bdbffc93d8424a9928b86c88a7b22f1 (diff) |
libraries/libolecf: Updated for version 20221024.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libolecf/libolecf.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libolecf/libolecf.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libolecf/libolecf.SlackBuild b/libraries/libolecf/libolecf.SlackBuild index 3c3125920dfc..2b12719efcec 100644 --- a/libraries/libolecf/libolecf.SlackBuild +++ b/libraries/libolecf/libolecf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libolecf # -# 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 v20210512, May 2022 +# Updated for version 20221024, Aug 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libolecf -VERSION=${VERSION:-20210512} +VERSION=${VERSION:-20221024} 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 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 diff --git a/libraries/libolecf/libolecf.info b/libraries/libolecf/libolecf.info index e9e4c0ce2bcc..15ac5f02acfb 100644 --- a/libraries/libolecf/libolecf.info +++ b/libraries/libolecf/libolecf.info @@ -1,8 +1,8 @@ PRGNAM="libolecf" -VERSION="20210512" +VERSION="20221024" HOMEPAGE="https://github.com/libyal/libolecf" -DOWNLOAD="http://linuxleo.com/Source/libolecf-alpha-20210512.tar.gz" -MD5SUM="b0eccf6c1f8e2c22cafd92e09661f1ce" +DOWNLOAD="http://linuxleo.com/Source/libolecf-alpha-20221024.tar.gz" +MD5SUM="82edef25aff0564f0ae1eee208f1147b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |