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: a41a6bd5625bbe1963cd30a95cde091f15f661bc

Message: 1.10.6

Diff


diff --git a/.SRCINFO b/.SRCINFO
index cc17b46..2d81fef 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.4
+pkgver = 1.10.6
 url = https://www.mongodb.com/try/download/shell
 arch = amd64
 license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-1.10.4-linux-x64.tgz
-sha256sums = 74ea45e780ece0d4f804b894ea90e759ff1d0bd7ce23d10967a2f77110e6a634
+source = https://downloads.mongodb.com/compass/mongosh-1.10.6-linux-x64.tgz
+sha256sums = eba55b549510301f2f8f1c12184173b8ef82fea464c8b1f2449fb7517dd12fd6
diff --git a/PKGBUILD b/PKGBUILD
index f229d01..723a2dc 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.4
+pkgver=1.10.6
 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=('74ea45e780ece0d4f804b894ea90e759ff1d0bd7ce23d10967a2f77110e6a634')
+sha256sums=('eba55b549510301f2f8f1c12184173b8ef82fea464c8b1f2449fb7517dd12fd6')
 
 package() {
   cd "mongosh-$pkgver-linux-x64"