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