summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman2020-09-23 10:49:16 +0530
committerAman2020-09-23 10:49:16 +0530
commitdab0db22c0299fc2b9f5015cb4bf5eea76f963b3 (patch)
tree78ce137c4f62e24f9fe7ff92b156051b903f81fe
parent0a25755f09e1d25fc7d306523811385653ebac3f (diff)
downloadaur-dab0db22c0299fc2b9f5015cb4bf5eea76f963b3.tar.gz
upstream to v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b9d32041bce..ee0531ad818b 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.2.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = mongodb-shell
depends = mongodb-bin
provides = mongosh
options = !strip
- source = https://downloads.mongodb.com/compass/mongosh-0.2.2-linux.tgz
- sha256sums = 63338e10224b2adb4d11318e07fd1636134422cabff7cef7623f82c47e76bf83
+ source = https://downloads.mongodb.com/compass/mongosh-0.4.0-linux.tgz
+ sha256sums = fcb93d8a70dc2a2ddc721d2ddb934b4614afd311c9e8c31b21e3b8746e34374b
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index 09c02d35b52a..ff6ecc9df3ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.2.2
+pkgver=0.4.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 @@ depends=('mongodb-bin')
provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux.tgz")
-sha256sums=("63338e10224b2adb4d11318e07fd1636134422cabff7cef7623f82c47e76bf83")
+sha256sums=("fcb93d8a70dc2a2ddc721d2ddb934b4614afd311c9e8c31b21e3b8746e34374b")
options=(!strip)
package() {
cd $srcdir