diff options
author | Barry J. Grundy <bgrundyat> | 2023-07-28 21:10:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-28 21:10:52 +0700 |
commit | ac135c333d7f5f2a0f7bad3c030860a5f1c7de98 (patch) | |
tree | c12bfd6c4b4c142e51c986ea7e10f79da3f82ab1 /libraries/libqcow | |
parent | 8e5fd99981f69207801ed36597a60acfc8a5fdb4 (diff) |
libraries/libqcow: Updated for version 20221124.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libqcow')
-rw-r--r-- | libraries/libqcow/libqcow.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libqcow/libqcow.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libqcow/libqcow.SlackBuild b/libraries/libqcow/libqcow.SlackBuild index fb050fa71914b..bdfe8c2142e7d 100644 --- a/libraries/libqcow/libqcow.SlackBuild +++ b/libraries/libqcow/libqcow.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libqcow # -# 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 v20210419 May 2022 +# Updated v20221124 July 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libqcow -VERSION=${VERSION:-20210419} +VERSION=${VERSION:-20221124} 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/libqcow/libqcow.info b/libraries/libqcow/libqcow.info index dc92e64b56d22..427b02f8d1f3d 100644 --- a/libraries/libqcow/libqcow.info +++ b/libraries/libqcow/libqcow.info @@ -1,8 +1,8 @@ PRGNAM="libqcow" -VERSION="20210419" +VERSION="20221124" HOMEPAGE="https://github.com/libyal/libqcow" -DOWNLOAD="https://linuxleo.com/Source/libqcow-alpha-20210419.tar.gz" -MD5SUM="ce7759a3c6b0daeb0af1fb1ac1c40429" +DOWNLOAD="https://linuxleo.com/Source/libqcow-alpha-20221124.tar.gz" +MD5SUM="a54e46797d026027dc33155104c5ecea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |