makedeb
MongoDB Shell is the quickest way to connect to (and work with) MongoDB
Click here to go back to the commit logs for mongosh-bin.
Hash: ed07181f2d9ffebcc9a138cf99b44cd408778580
Message: 1.8.0
diff --git a/.SRCINFO b/.SRCINFO
index 308dd5a..2f2cb39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,9 @@ epoch = 1
pkgbase = mongosh-bin
pkgdesc = MongoDB Shell is the quickest way to connect to (and work with) MongoDB
pkgrel = 3
-pkgver = 1.6.1
+pkgver = 1.8.0
url = https://www.mongodb.com/try/download/shell
arch = amd64
license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-1.6.1-linux-x64.tgz
-sha256sums = 3bfb911e8c088286e9504f2c59109423bed7e32dfe458938e3254e0dbf2c811e
+source = https://downloads.mongodb.com/compass/mongosh-1.8.0-linux-x64.tgz
+sha256sums = a99c22199056e28a48b632d4635124f48446612723d201853bc0065dfca6bf21
diff --git a/PKGBUILD b/PKGBUILD
index 6a47d79..c38bbbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://downloads.mongodb.com/compass/mongosh-1.6.0-linux-x64.tgz
pkgname=mongosh-bin
-pkgver=1.6.1
+pkgver=1.8.0
pkgrel=3
epoch=1
pkgdesc="MongoDB Shell is the quickest way to connect to (and work with) MongoDB"
@@ -13,7 +13,7 @@ source=(
"https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz"
)
sha256sums=(
- "3bfb911e8c088286e9504f2c59109423bed7e32dfe458938e3254e0dbf2c811e"
+ "a99c22199056e28a48b632d4635124f48446612723d201853bc0065dfca6bf21"
)
package() {