aboutsummaryrefslogtreecommitdiff
path: root/libraries/libvmdk/libvmdk.SlackBuild
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2023-07-08 09:57:02 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:40:40 +0700
commit2b5e868900e054c61173df8c3112a45ec4772847 (patch)
treee9896cc2d828d72ff015bd2838a6cbf5fd3bfb5d /libraries/libvmdk/libvmdk.SlackBuild
parent2280a0714f9e1262c8af7fea77a6c60cc4af6571 (diff)
downloadslackbuilds-2b5e868900e054c61173df8c3112a45ec4772847.tar.xz
libraries/libvmdk: Updated for version 20221124.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvmdk/libvmdk.SlackBuild')
-rw-r--r--libraries/libvmdk/libvmdk.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libvmdk/libvmdk.SlackBuild b/libraries/libvmdk/libvmdk.SlackBuild
index d13e12f0b42b..a7c55f64d849 100644
--- a/libraries/libvmdk/libvmdk.SlackBuild
+++ b/libraries/libvmdk/libvmdk.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libvmdk
#
-# 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,17 +22,17 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# Updated v20210807 (build 2) May 2022
-
# 20220215 bkw: Modified by SlackBuilds.org:
-# - update for v20210807 since the old version's source vanished.
+# - 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
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libvmdk
-VERSION=${VERSION:-20210807}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-20221124}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}