Browse Source
libraries/libvmdk: Updated for version 20240303.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/243/head
Barry J. Grundy
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
10 deletions
-
libraries/libvmdk/libvmdk.SlackBuild
-
libraries/libvmdk/libvmdk.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for libvmdk |
|
|
|
# |
|
|
|
# Copyright 2014-2023 Barry J. Grundy (bgrundy<at>linuxleo.com) |
|
|
|
# Copyright 2014-2024 Barry J. Grundy (bgrundy<at>linuxleo.com) |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -22,16 +22,12 @@ |
|
|
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
# |
|
|
|
# 20220215 bkw: Modified by SlackBuilds.org: |
|
|
|
# - update for v20221124 since the old version's source vanished. |
|
|
|
# - don't install useless ABOUT-NLS and INSTALL in doc dir. |
|
|
|
# |
|
|
|
# Updated v20221124, July 2023 |
|
|
|
# Updated v20240303, August 2024 |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=libvmdk |
|
|
|
VERSION=${VERSION:-20221124} |
|
|
|
VERSION=${VERSION:-20240303} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="libvmdk" |
|
|
|
VERSION="20221124" |
|
|
|
VERSION="20240303" |
|
|
|
HOMEPAGE="https://github.com/libyal/libvmdk" |
|
|
|
DOWNLOAD="https://linuxleo.com/Source/libvmdk-alpha-20221124.tar.gz" |
|
|
|
MD5SUM="c61f05d917f4634a40c92613ce1de7f8" |
|
|
|
DOWNLOAD="https://linuxleo.com/Source/libvmdk-alpha-20240303.tar.gz" |
|
|
|
MD5SUM="9175bb55f0ee7f086185f9a7802a77e6" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|