system/pmdk: Updated for version 2.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-08-14 21:55:32 +07:00 committed by Willy Sudiarto Raharjo
parent 12497a99a9
commit 7ca258a489
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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"