summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Sinha2021-07-10 13:24:31 +0530
committerAman Sinha2021-07-10 13:24:31 +0530
commit327b9e17fba34e9f35b735eaf656dd0dcd067778 (patch)
tree69a4c94cf912ec5b28fedc015dff072e6372443a
parente4a5a9632a65f5467588512a163c9e40b72898e4 (diff)
downloadaur-327b9e17fba34e9f35b735eaf656dd0dcd067778.tar.gz
v1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44986be71cd9..a312ea77de6b 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.5
+ pkgver = 1.0.0
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.5-linux-x64.tgz
- sha256sums = d57657a58d0f10f8ecb84be41223b78e82381cb269d046c2f7ec1a782e2cf41b
+ source = https://downloads.mongodb.com/compass/mongosh-1.0.0-linux-x64.tgz
+ sha256sums = 7d6ef14e8abdb22904fbb3aafa1bbcc8d3b71be48b6ba881d0cf36124c99f396
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index efda47d441df..901ebe8b4965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.15.5
+pkgver=1.0.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 @@ optdepends=('mongodb-bin')
provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz")
-sha256sums=("d57657a58d0f10f8ecb84be41223b78e82381cb269d046c2f7ec1a782e2cf41b")
+sha256sums=("7d6ef14e8abdb22904fbb3aafa1bbcc8d3b71be48b6ba881d0cf36124c99f396")
options=(!strip)
package() {
cd $srcdir/mongosh-$pkgver-linux-x64/