mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/mongodb-compass: Updated for version 1.42.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a785c6633
commit
8d7ad9b89c
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mongodb-compass
|
||||
VERSION=${VERSION:-1.42.3}
|
||||
VERSION=${VERSION:-1.42.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mongodb-compass"
|
||||
VERSION="1.42.3"
|
||||
VERSION="1.42.5"
|
||||
HOMEPAGE="https://www.mongodb.com/products/compass"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.42.3.x86_64.rpm"
|
||||
MD5SUM_x86_64="efc349d4d74fec755bcc481bfdfdc483"
|
||||
DOWNLOAD_x86_64="https://downloads.mongodb.com/compass/mongodb-compass-1.42.5.x86_64.rpm"
|
||||
MD5SUM_x86_64="fa91dafb9ec7d7e2f4b03d4b017f7687"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue