summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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/