summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Sinha2021-06-14 12:54:46 +0530
committerAman Sinha2021-06-14 12:54:46 +0530
commitd7ca00756055ca386ad18899977c10c35d32940a (patch)
tree8c832b68c955f34e296072b33700608d586f79a8
parentca9521b06164b667d9afc8c9a91d348628024252 (diff)
downloadaur-d7ca00756055ca386ad18899977c10c35d32940a.tar.gz
upstream to v0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e1e95943997..7c94241b9d5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-shell
pkgdesc = The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.
- pkgver = 0.13.2
+ pkgver = 0.15.0
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = mongodb-shell
optdepends = mongodb-bin
provides = mongosh
options = !strip
- source = https://downloads.mongodb.com/compass/mongosh-0.13.2-linux-x64.tgz
- sha256sums = 0ada7e1273492fd2aca56d8496a1a2d75732ec2bc13ebbad9b4b18730d9f5970
+ source = https://downloads.mongodb.com/compass/mongosh-0.15.0-linux-x64.tgz
+ sha256sums = 48f3f3f88c7a5194590e093a3bcece252455d6d481e46d8d06504515835e7224
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index 4bb709cd93e7..52a58bec966a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.13.2
+pkgver=0.15.0
pkgrel=1
pkgdesc='The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.'
url='https://www.mongodb.com/'
@@ -10,7 +10,7 @@ optdepends=('mongodb-bin')
provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz")
-sha256sums=("0ada7e1273492fd2aca56d8496a1a2d75732ec2bc13ebbad9b4b18730d9f5970")
+sha256sums=("48f3f3f88c7a5194590e093a3bcece252455d6d481e46d8d06504515835e7224")
options=(!strip)
package() {
cd $srcdir