summaryrefslogtreecommitdiffstats
path: root/libraries/libexe
diff options
context:
space:
mode:
author Barry J. Grundy2023-08-04 12:56:02 +0200
committer Willy Sudiarto Raharjo2023-08-05 05:08:49 +0200
commitc57a52a5c8c35ffb5a3933be7f73845e125d83ba (patch)
tree1a643dcc83218b73bc23d8e705723a50ffcf0c0b /libraries/libexe
parenta5d51295386d0a300fa32e9e11ada7869c4896c9 (diff)
downloadslackbuilds-c57a52a5c8c35ffb5a3933be7f73845e125d83ba.tar.gz
libraries/libexe: Updated for version 20230318.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libexe')
-rw-r--r--libraries/libexe/libexe.SlackBuild8
-rw-r--r--libraries/libexe/libexe.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libexe/libexe.SlackBuild b/libraries/libexe/libexe.SlackBuild
index 8ba529fc9b..d0433f1051 100644
--- a/libraries/libexe/libexe.SlackBuild
+++ b/libraries/libexe/libexe.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libexe
#
-# Copyright 2019-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
+# Copyright 2019-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 v20210424 May 2022
+# Updated for version 20230318 July 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libexe
-VERSION=${VERSION:-20210424}
+VERSION=${VERSION:-20230318}
STATUS=${STATUS:-experimental}
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/libexe/libexe.info b/libraries/libexe/libexe.info
index 22589311f2..96d8135585 100644
--- a/libraries/libexe/libexe.info
+++ b/libraries/libexe/libexe.info
@@ -1,8 +1,8 @@
PRGNAM="libexe"
-VERSION="20210424"
+VERSION="20230318"
HOMEPAGE="https://github.com/libyal/libexe"
-DOWNLOAD="https://linuxleo.com/Source/libexe-experimental-20210424.tar.gz"
-MD5SUM="3ecdc9e53520a1cb52aaa0d3c249b9c9"
+DOWNLOAD="https://linuxleo.com/Source/libexe-experimental-20230318.tar.gz"
+MD5SUM="95b1cc5f13fdc462d8c99d589797c7cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""