system/pmdk: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12497a99a9
commit
7ca258a489
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue