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: 9b7249a44e3a3a59ccf187be7f626058edc98cfe
Message: 2.0.1
diff --git a/.SRCINFO b/.SRCINFO
index 3a9e277..248fd66 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 = 2.0.0
+pkgver = 2.0.1
url = https://www.mongodb.com/try/download/shell
arch = amd64
license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-2.0.0-linux-x64.tgz
-sha256sums = 934751dd496f69029845928e7804245c8281236fcd7f0d4ce2733006d3010f3c
+source = https://downloads.mongodb.com/compass/mongosh-2.0.1-linux-x64.tgz
+sha256sums = b3ca23c3720c6e773fdd692bd3d8014d9d0a2fe9df8854c6ad87fdd596834e4d
diff --git a/PKGBUILD b/PKGBUILD
index db9cb2b..7fb1588 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=2.0.0
+pkgver=2.0.1
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=('934751dd496f69029845928e7804245c8281236fcd7f0d4ce2733006d3010f3c')
+sha256sums=('b3ca23c3720c6e773fdd692bd3d8014d9d0a2fe9df8854c6ad87fdd596834e4d')
package() {
cd "mongosh-$pkgver-linux-x64"