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: 86467148dc321bc6129cb6343f04a8d12fbe5d1e

Message: v1.6.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 69f5d55..308dd5a 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 = 3
-pkgver = 1.6.0
+pkgver = 1.6.1
 url = https://www.mongodb.com/try/download/shell
 arch = amd64
 license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-1.6.0-linux-x64.tgz
-md5sums = 061504122622c9495b590642a2235724
+source = https://downloads.mongodb.com/compass/mongosh-1.6.1-linux-x64.tgz
+sha256sums = 3bfb911e8c088286e9504f2c59109423bed7e32dfe458938e3254e0dbf2c811e
diff --git a/PKGBUILD b/PKGBUILD
index dd3afcd..6a47d79 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.6.0
+pkgver=1.6.1
 pkgrel=3
 epoch=1
 pkgdesc="MongoDB Shell is the quickest way to connect to (and work with) MongoDB"
@@ -12,8 +12,8 @@ license=('Apache')
 source=(
   "https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz"
 )
-md5sums=(
-  "061504122622c9495b590642a2235724"
+sha256sums=(
+  "3bfb911e8c088286e9504f2c59109423bed7e32dfe458938e3254e0dbf2c811e"
 )
 
 package() {