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: e46a87217788bc19eeff442b77ed09ae29f90ce9
Message: 2.0.0
diff --git a/.SRCINFO b/.SRCINFO
index 2d81fef..3a9e277 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 = 2
-pkgver = 1.10.6
+pkgver = 2.0.0
url = https://www.mongodb.com/try/download/shell
arch = amd64
license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-1.10.6-linux-x64.tgz
-sha256sums = eba55b549510301f2f8f1c12184173b8ef82fea464c8b1f2449fb7517dd12fd6
+source = https://downloads.mongodb.com/compass/mongosh-2.0.0-linux-x64.tgz
+sha256sums = 934751dd496f69029845928e7804245c8281236fcd7f0d4ce2733006d3010f3c
diff --git a/PKGBUILD b/PKGBUILD
index 723a2dc..db9cb2b 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.10.6
+pkgver=2.0.0
pkgrel=2
epoch=1
pkgdesc="MongoDB Shell is the quickest way to connect to (and work with) MongoDB"
@@ -13,7 +13,7 @@ extensions=('zipman')
source=(
"https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz"
)
-sha256sums=('eba55b549510301f2f8f1c12184173b8ef82fea464c8b1f2449fb7517dd12fd6')
+sha256sums=('934751dd496f69029845928e7804245c8281236fcd7f0d4ce2733006d3010f3c')
package() {
cd "mongosh-$pkgver-linux-x64"