summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97abb2edcfc3..91716cd28ec0 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.15.1
+ pkgver = 0.15.3
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = mongodb-shell
optdepends = mongodb-bin
provides = mongosh
options = !strip
- source = https://downloads.mongodb.com/compass/mongosh-0.15.1-linux-x64.tgz
- sha256sums = 5c6079e93099fdd8a89be328cd0b732ec97890dbd82f3d4673beca1674e27383
+ source = https://downloads.mongodb.com/compass/mongosh-0.15.3-linux-x64.tgz
+ sha256sums = 7f80d456d86c7887f3cf0210de0fad62e137e177b4d49dd150f3475aec238005
pkgname = mongodb-shell
-
diff --git a/PKGBUILD b/PKGBUILD
index 0d529c8aa5d5..d4272a6a62c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.15.1
+pkgver=0.15.3
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=("5c6079e93099fdd8a89be328cd0b732ec97890dbd82f3d4673beca1674e27383")
+sha256sums=("7f80d456d86c7887f3cf0210de0fad62e137e177b4d49dd150f3475aec238005")
options=(!strip)
package() {
cd $srcdir/mongosh-$pkgver-linux-x64/