summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyat>2023-07-28 20:28:30 +0900
committer Andrew Clemons <andrew.clemons@gmail.com>2023-07-28 21:02:47 +0900
commit81ecbe84dc138653fdca176be5a44915b4607ca8 (patch)
tree8fd70bb0e8a742a660f704b9eaf641c250dac74c
parent8a02f6feda6158234f6284acd46826a82bd9fe1c (diff)
downloadslackbuilds-81ecbe84dc138653fdca176be5a44915b4607ca8.tar.gz
slackbuilds-81ecbe84dc138653fdca176be5a44915b4607ca8.tar.xz
libraries/libfsxfs: Updated for version 20220829.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--libraries/libfsxfs/libfsxfs.SlackBuild8
-rw-r--r--libraries/libfsxfs/libfsxfs.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libfsxfs/libfsxfs.SlackBuild b/libraries/libfsxfs/libfsxfs.SlackBuild
index 329dc77656..ead4675883 100644
--- a/libraries/libfsxfs/libfsxfs.SlackBuild
+++ b/libraries/libfsxfs/libfsxfs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libfsxfs
#
-# 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.
#
-# Initial version: v20220113 May 2022
+# Updated for version: v20220829 July 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libfsxfs
-VERSION=${VERSION:-20220113}
+VERSION=${VERSION:-20220829}
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/libfsxfs/libfsxfs.info b/libraries/libfsxfs/libfsxfs.info
index 773c657ee5..8b96b048cc 100644
--- a/libraries/libfsxfs/libfsxfs.info
+++ b/libraries/libfsxfs/libfsxfs.info
@@ -1,8 +1,8 @@
PRGNAM="libfsxfs"
-VERSION="20220113"
+VERSION="20220829"
HOMEPAGE="https://github.com/libyal/libfsxfs"
-DOWNLOAD="https://linuxleo.com/Source/libfsxfs-experimental-20220113.tar.gz"
-MD5SUM="3f0ed7fe0e7d8b5d25dc711db7e64f86"
+DOWNLOAD="https://linuxleo.com/Source/libfsxfs-experimental-20220829.tar.gz"
+MD5SUM="a982827fc9cbf97fea9f634c4633b013"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""