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