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: 0eec1b66e663158a662a71c34ed0cf3495197ce3

Message: v2.1.3

Diff


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