libraries/libvmdk: Updated for version 20210418.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2021-08-25 21:49:34 +02:00 committed by Willy Sudiarto Raharjo
parent 9e40709ca6
commit b5b01c0ec9
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 libvmdk
# Copyright 2014-2019 Barry J. Grundy (bgrundy<at>linuxleo.com)
# Copyright 2014-2021 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 v20181227 March 2019
# Updated v20210418 August 2021
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libvmdk
VERSION=${VERSION:-20181227}
VERSION=${VERSION:-20210418}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/"$PRGNAM"_"$VERSION".orig.tar.gz
tar xvf $CWD/"$PRGNAM"-alpha-"$VERSION".tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="libvmdk"
VERSION="20181227"
VERSION="20210418"
HOMEPAGE="https://github.com/libyal/libvmdk"
DOWNLOAD="http://deb.debian.org/debian/pool/main/libv/libvmdk/libvmdk_20181227.orig.tar.gz"
MD5SUM="db6b971e680a7e4e852656e2681c1285"
DOWNLOAD="https://linuxleo.com/Source/libvmdk-alpha-20210418.tar.gz"
MD5SUM="ac1f48dc8761c26f77a7cfdb6e73353f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""