summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman2020-09-04 10:51:18 +0530
committerAman2020-09-04 10:51:18 +0530
commit0a25755f09e1d25fc7d306523811385653ebac3f (patch)
tree10218616e51b56424fd27f15bdaba70fc68b4dc5
parent1d5f1d7191931805d986ccd9222daa7f2d51c433 (diff)
downloadaur-0a25755f09e1d25fc7d306523811385653ebac3f.tar.gz
upstream to v0.2.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d64a0e367de..8b9d32041bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-shell
pkgdesc = The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.
- pkgver = 0.1.0
+ pkgver = 0.2.2
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -8,7 +8,8 @@ pkgbase = mongodb-shell
depends = mongodb-bin
provides = mongosh
options = !strip
- source = https://downloads.mongodb.com/compass/mongosh-0.1.0-linux.tgz
+ source = https://downloads.mongodb.com/compass/mongosh-0.2.2-linux.tgz
+ sha256sums = 63338e10224b2adb4d11318e07fd1636134422cabff7cef7623f82c47e76bf83
pkgname = mongodb-shell
diff --git a/PKGBUILD b/PKGBUILD
index becc1edbbd5c..09c02d35b52a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.1.0
+pkgver=0.2.2
pkgrel=1
pkgdesc='The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.'
url='https://www.mongodb.com/'
@@ -10,6 +10,7 @@ depends=('mongodb-bin')
provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux.tgz")
+sha256sums=("63338e10224b2adb4d11318e07fd1636134422cabff7cef7623f82c47e76bf83")
options=(!strip)
package() {
cd $srcdir