aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-08-14 21:55:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-14 22:39:29 +0700
commit7ca258a489dc844f7f91b282cc786c70a8bf1f58 (patch)
treee7f4145dd21c2e51bb6516c85ce67beb216489b8
parent12497a99a97d9b015d7574142c928b538aa84381 (diff)
system/pmdk: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/pmdk/changelog4
-rw-r--r--system/pmdk/pmdk.SlackBuild5
-rw-r--r--system/pmdk/pmdk.info6
3 files changed, 8 insertions, 7 deletions
diff --git a/system/pmdk/changelog b/system/pmdk/changelog
index d6a76854dc..fe42574610 100644
--- a/system/pmdk/changelog
+++ b/system/pmdk/changelog
@@ -18,3 +18,7 @@ on x86_64 platform only.
19/02/2024:
Updated to version 1.13.1
+
+14/08/2024
+
+Updated to version 2.1.0
diff --git a/system/pmdk/pmdk.SlackBuild b/system/pmdk/pmdk.SlackBuild
index aaaf5c1c17..211d11d0bd 100644
--- a/system/pmdk/pmdk.SlackBuild
+++ b/system/pmdk/pmdk.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pmdk
-VERSION=${VERSION:-1.13.1}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -36,9 +36,6 @@ case "$sys_arch" in
*) echo "This program will not build on $sys_arch platform" && exit 1 ;;
esac
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/system/pmdk/pmdk.info b/system/pmdk/pmdk.info
index e47e04893f..0427f7c70d 100644
--- a/system/pmdk/pmdk.info
+++ b/system/pmdk/pmdk.info
@@ -1,10 +1,10 @@
PRGNAM="pmdk"
-VERSION="1.13.1"
+VERSION="2.1.0"
HOMEPAGE="https://pmem.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/pmem/pmdk/archive/1.13.1/pmdk-1.13.1.tar.gz"
-MD5SUM_x86_64="e40ebc84f4001331f2351f4e84f0c775"
+DOWNLOAD_x86_64="https://github.com/pmem/pmdk/archive/2.1.0/pmdk-2.1.0.tar.gz"
+MD5SUM_x86_64="35cdb2621a7873aade062d59aa256989"
REQUIRES="pandoc-bin"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"