system/mongodb: Updated for version .
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6ce0393bc9
commit
d3ef896508
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for MongoDB
|
# Slackware build script for MongoDB
|
||||||
|
|
||||||
# Copyright 2015 Miguel De Anda <miguel@thedeanda.com>
|
# Copyright 2015 Miguel De Anda <miguel@thedeanda.com>
|
||||||
# Copyright 2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2023-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM="mongodb"
|
PRGNAM="mongodb"
|
||||||
VERSION=${VERSION:-7.0.4}
|
VERSION=${VERSION:-7.0.5}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="mongodb"
|
PRGNAM="mongodb"
|
||||||
VERSION="7.0.4"
|
VERSION="7.0.5"
|
||||||
HOMEPAGE="https://www.mongodb.org/"
|
HOMEPAGE="https://www.mongodb.org/"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://fastdl.mongodb.org/src/mongodb-src-r7.0.4.tar.gz"
|
DOWNLOAD_x86_64="https://fastdl.mongodb.org/src/mongodb-src-r7.0.5.tar.gz"
|
||||||
MD5SUM_x86_64="a9c3fba4d05505fe05f2d56530d5f326"
|
MD5SUM_x86_64="c6e4d9feffefcdb628e684aac1a3d862"
|
||||||
REQUIRES="cheetah3 python3-psutil snappy snowballstemmer yaml-cpp python3-jsonschema mongo-c-driver pymongo"
|
REQUIRES="cheetah3 python3-psutil snappy snowballstemmer yaml-cpp python3-jsonschema mongo-c-driver pymongo"
|
||||||
MAINTAINER="Willy Sudiarto Raharjo"
|
MAINTAINER="Willy Sudiarto Raharjo"
|
||||||
EMAIL="willysr@slackbuilds.org"
|
EMAIL="willysr@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in New Issue