summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Sinha2021-07-23 11:48:38 +0530
committerAman Sinha2021-07-23 11:48:38 +0530
commit7c18a9ffc94129b14dca84c26c4220a139558531 (patch)
tree26570ac1f1c5a1bc50a4834e9d3781680056ab9d
parent327b9e17fba34e9f35b735eaf656dd0dcd067778 (diff)
downloadaur-mongodb-shell.tar.gz
v1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a312ea77de6b..be8965cbb8ba 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 = 1.0.0
+ pkgver = 1.0.1
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-1.0.0-linux-x64.tgz
- sha256sums = 7d6ef14e8abdb22904fbb3aafa1bbcc8d3b71be48b6ba881d0cf36124c99f396
+ source = https://downloads.mongodb.com/compass/mongosh-1.0.1-linux-x64.tgz
+ sha256sums = d273ab2be09d0f88a0e0dbdd09e1252f994b2ea1b47d6b2ea0f5d1eba186ea25
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index 901ebe8b4965..ca80fdaaaa30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=1.0.0
+pkgver=1.0.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-x64.tgz")
-sha256sums=("7d6ef14e8abdb22904fbb3aafa1bbcc8d3b71be48b6ba881d0cf36124c99f396")
+sha256sums=("d273ab2be09d0f88a0e0dbdd09e1252f994b2ea1b47d6b2ea0f5d1eba186ea25")
options=(!strip)
package() {
cd $srcdir/mongosh-$pkgver-linux-x64/