summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42834b28cecf..5d64a0e367de 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.0.8
+ pkgver = 0.1.0
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = mongodb-shell
depends = mongodb-bin
provides = mongosh
options = !strip
- source = https://downloads.mongodb.com/compass/mongosh-0.0.8-linux.tgz
+ source = https://downloads.mongodb.com/compass/mongosh-0.1.0-linux.tgz
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index bd7e85755547..becc1edbbd5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.0.8
+pkgver=0.1.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/'