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: 4da0f3c650d1ae7fbfcf3405a8b8c610e98fc343

Message: 1.10.4

Diff


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