summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAman2020-09-04 10:51:18 +0530
committerAman2020-09-04 10:51:18 +0530
commit0a25755f09e1d25fc7d306523811385653ebac3f (patch)
tree10218616e51b56424fd27f15bdaba70fc68b4dc5 /PKGBUILD
parent1d5f1d7191931805d986ccd9222daa7f2d51c433 (diff)
downloadaur-0a25755f09e1d25fc7d306523811385653ebac3f.tar.gz
upstream to v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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