makedeb


mongosh-bin 1:2.1.3-2


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.

Commit:


Hash: dbd9a043ae2eafa353be6845abcc944b84bdd689

Message: v2.1.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e42d957..8c66ef6 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.1.0
+pkgver = 2.1.1
 url = https://www.mongodb.com/try/download/shell
 arch = amd64
 license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-2.1.0-linux-x64.tgz
-sha256sums = b63580a1958155ca3824700665b15473f7f114ba15fd0b0fd202e9ee8660c1a5
+source = https://downloads.mongodb.com/compass/mongosh-2.1.1-linux-x64.tgz
+sha256sums = 97408c51f1116d9a7e5f59fe7417634aad3c654c23b971b6ca79023af15c0fb0
diff --git a/PKGBUILD b/PKGBUILD
index b25747e..c2e6e05 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.1.0
+pkgver=2.1.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=('b63580a1958155ca3824700665b15473f7f114ba15fd0b0fd202e9ee8660c1a5')
+sha256sums=('97408c51f1116d9a7e5f59fe7417634aad3c654c23b971b6ca79023af15c0fb0')
 
 package() {
   cd "mongosh-$pkgver-linux-x64"