summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Sinha2020-12-04 19:56:43 +0530
committerAman Sinha2020-12-04 19:56:43 +0530
commit4d95436b3648fb0a912b2df087566e21fb0c2eca (patch)
tree62c52809d38621c0bef757aad656e6604e989291
parentd1b0ba67bfc7a62a1872be921310cfb8798cd4e9 (diff)
downloadaur-4d95436b3648fb0a912b2df087566e21fb0c2eca.tar.gz
upstream to v0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc7903f1cdd..b20a9341f2c9 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.5.2
+ pkgver = 0.6.1
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.5.2-linux.tgz
- sha256sums = 8932e972a52413e4f03f72e8a483bd1f242eb4838af10d89c68b665470f0eb87
+ source = https://downloads.mongodb.com/compass/mongosh-0.6.1-linux.tgz
+ sha256sums = 6896d77224ca3edbd0c031b0904b5a8a55043851780c7e547f1a70e48bdac540
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index 514d05126659..d3dbee30e088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.5.2
+pkgver=0.6.1
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.tgz")
-sha256sums=("8932e972a52413e4f03f72e8a483bd1f242eb4838af10d89c68b665470f0eb87")
+sha256sums=("6896d77224ca3edbd0c031b0904b5a8a55043851780c7e547f1a70e48bdac540")
options=(!strip)
package() {
cd $srcdir