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: 967c5e630970bc193e2a97e582d6acda5c7c3478
Message: 1.8.2
diff --git a/.SRCINFO b/.SRCINFO
index 2f2cb39..e6cc438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,10 @@ pkgname = mongosh-bin
epoch = 1
pkgbase = mongosh-bin
pkgdesc = MongoDB Shell is the quickest way to connect to (and work with) MongoDB
-pkgrel = 3
-pkgver = 1.8.0
+pkgrel = 1
+pkgver = 1.8.2
url = https://www.mongodb.com/try/download/shell
arch = amd64
license = Apache
-source = https://downloads.mongodb.com/compass/mongosh-1.8.0-linux-x64.tgz
-sha256sums = a99c22199056e28a48b632d4635124f48446612723d201853bc0065dfca6bf21
+source = https://downloads.mongodb.com/compass/mongosh-1.8.2-linux-x64.tgz
+sha256sums = d4760312644b66a6ddadb2979a4bba275b251710de815b9d868d117878f44ad1
diff --git a/.gitignore b/.gitignore
index 289aa9d..67b5bae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/mongosh-1.6.0-linux-x64.tgz
-/mongosh_1.6.0-1_amd64.deb
+/*.tgz
+/*.deb
/pkg/
/src/
diff --git a/PKGBUILD b/PKGBUILD
index c38bbbb..b0e2676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://downloads.mongodb.com/compass/mongosh-1.6.0-linux-x64.tgz
pkgname=mongosh-bin
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.2
+pkgrel=1
epoch=1
pkgdesc="MongoDB Shell is the quickest way to connect to (and work with) MongoDB"
arch=(amd64)
@@ -13,7 +13,7 @@ source=(
"https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz"
)
sha256sums=(
- "a99c22199056e28a48b632d4635124f48446612723d201853bc0065dfca6bf21"
+ "d4760312644b66a6ddadb2979a4bba275b251710de815b9d868d117878f44ad1"
)
package() {