makedeb
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.
Hash: c180bbea643076387ca36a24de713a3cef85d87c
Message: v1.10.0
diff --git a/.SRCINFO b/.SRCINFO
index ff82c7e..af6d020 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.9.1
+pkgver = 1.10.0
url = https://www.mongodb.com/try/download/shell
arch = amd64
license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-1.9.1-linux-x64.tgz
-sha256sums = a77295871c991bacf50898d3829f4bbe7373a628ce552844223c3b70ba14de49
+source = https://downloads.mongodb.com/compass/mongosh-1.10.0-linux-x64.tgz
+sha256sums = 3e916a29ce1a17e1dba5c2120cd2648bfc0bd544c352c2f998dab5cde0343ebb
diff --git a/PKGBUILD b/PKGBUILD
index c4e874a..efbe3bd 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.9.1
+pkgver=1.10.0
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=('a77295871c991bacf50898d3829f4bbe7373a628ce552844223c3b70ba14de49')
+sha256sums=('3e916a29ce1a17e1dba5c2120cd2648bfc0bd544c352c2f998dab5cde0343ebb')
package() {
cd "mongosh-$pkgver-linux-x64"