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

Message: 1.10.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 61274d2..5ccfb25 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.1
+pkgver = 1.10.3
 url = https://www.mongodb.com/try/download/shell
 arch = amd64
 license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-1.10.1-linux-x64.tgz
-sha256sums = 0373a6275f0f1192ae7ef5d7fe91c82aa02cff95f6bbd36de07350c322800191
+source = https://downloads.mongodb.com/compass/mongosh-1.10.3-linux-x64.tgz
+sha256sums = 5c4c138d76fdb78ce5e7e711f6f8f112522a397cc5b111d0cc89c43deb4d9fed
diff --git a/PKGBUILD b/PKGBUILD
index ac40687..be2c767 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.1
+pkgver=1.10.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=('0373a6275f0f1192ae7ef5d7fe91c82aa02cff95f6bbd36de07350c322800191')
+sha256sums=('5c4c138d76fdb78ce5e7e711f6f8f112522a397cc5b111d0cc89c43deb4d9fed')
 
 package() {
   cd "mongosh-$pkgver-linux-x64"